Request
Body Params application/json
{
"cid": "XXXXXXXX",
"url": "https://xxx.com/xxxx"
}
Request Code Samples
curl --location --request POST 'https://sandbox.atriptech.com/updateWebhookURL.do' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Accept-Encoding: gzip' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id: <YOUR_CLIENT_ID>' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret: <YOUR_CLIENT_SECRET>' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": "XXXXXXXX",
"url": "https://xxx.com/xxxx"
}'
Responses
application/json {
"status": 0,
"msg": "success"
}
Modified at 2025-09-02 05:58:11