English
cURL
curl --request POST \ --url https://amoy-indexer.sequence.app/rpc/Indexer/PauseAllWebhookListeners \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "projectId": 123 }'
{ "status": true }
Was this page helpful?