Generate a new signing secret. It is returned ONCE in this response and never again.
Security
ApiKeyAuth
- https://api.pioneerft.com/apihttps://api.pioneerft.com/api/public/v1/webhook-endpoints/{id}/rotate-secret
- https://api.staging.pioneerft.com/apihttps://api.staging.pioneerft.com/api/public/v1/webhook-endpoints/{id}/rotate-secret
curl -i -X POST \
'https://api.pioneerft.com/api/public/v1/webhook-endpoints/{id}/rotate-secret' \
-H 'Authorization: Bearer <YOUR_API Key_HERE>' \
-H 'Idempotency-Key: string'Response
{ "data": { "secret": "string" } }