Rotate webhook signing secret
curl --request POST \
--url https://api.agg.market/apps/{appId}/webhooks/{webhookId}/rotate-secret \
--header 'Content-Type: application/json' \
--header 'x-app-api-key: <api-key>' \
--data '{}'{
"secret": "<string>"
}App Management
Rotate webhook signing secret
POST
/
apps
/
{appId}
/
webhooks
/
{webhookId}
/
rotate-secret
Rotate webhook signing secret
curl --request POST \
--url https://api.agg.market/apps/{appId}/webhooks/{webhookId}/rotate-secret \
--header 'Content-Type: application/json' \
--header 'x-app-api-key: <api-key>' \
--data '{}'{
"secret": "<string>"
}⌘I