cURL
curl --request POST \ --url https://api.management.junction.com/v1/org/{org_id}/team/{team_id}/{environment}/webhook/{webhook_id}/secret/rotate \ --header 'Content-Type: application/json' \ --header 'X-Management-Key: <api-key>' \ --data ' { "key": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
https://api.management.junction.com/
X-Management-Key
production
sandbox
Successful Response
Was this page helpful?