Skip to main content

Register a Callback in the Registry

POST /registry/callback

Description

Register a callback in the registry.

Path Parameters

NameTypeDescription
NoneNo parameters

Request Body

  • Content Type: application/json
{}

Response Code: 200 - OK Description

OK.

Response Fields

The response does not contain any specific fields

Headers

Content-TypeValue
apiKey{{apiKey}}

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /registry/callback \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!