Register application URL

The Registration request allows client applications to register on the SCS system with its callback information, including the callback URL.

If the application isn't reachable or returns an HTTP status code not equal to 200 or 202 the register application request returns with an error and the defined url and header fields are not stored.

Body Params
string

The url of your application

json
Defaults to { "Authorization": "Basic <token_here>" }

Provide headers you want to push to your endpoint (eg. API key). It is required to add at least one header to register the application. You can leave it like in the example if you don't want/hav to insert anything in particular.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json