PUT
/
callbackurl
curl --request PUT \
  --url https://staging-biz.coinprofile.co/v2/callbackurl \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Api-User: <api-key>' \
  --header 'X-User-Version: <api-key>' \
  --data '{
  "callbackUrl": "<string>"
}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

X-Api-User
string
header
required
X-Api-Key
string
header
required
X-User-Version
string
header
required

Body

application/json
callbackUrl
string
required

The callback url. e.g. https://www.example.com/callback

Response

200 - application/json
successful operation
success
boolean
message
string