Skip to main content

Post Registry Callback

POST /registry/callback

Parameters

  • No parameters

Request Body

Example Value

{
"additionalProp1": {},
"additionalProp2": {},
"additionalProp3": {}
}

Responses

200 OK

Media Type: application/json Example Value

{}

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!