[Sandbox] Edit WebHook-Url
Request
Body Params application/json
{
"callBackUrl": "string"
}
Request Code Samples
curl --location --request POST 'https://api-test.tevaupay.com/openapi/company/editCompanyWebHook' \
--header 'x-nexus-api-key;' \
--header 'versions: v1' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"callBackUrl": "string"
}'
Responses
application/json Modified at 2025-12-16 10:25:20