cURL
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>" }
Set the callback url that will be used as webhook
Documentation IndexFetch the complete documentation index at: https://docs.getpartna.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getpartna.com/llms.txt
Use this file to discover all available pages before exploring further.
The callback url. e.g. https://www.example.com/callback
successful operation
Was this page helpful?