Skip to main content
POST
/
rpc
/
Indexer
/
ToggleWebhookListener
ToggleWebhookListener
curl --request POST \
  --url https://amoy-indexer.sequence.app/rpc/Indexer/ToggleWebhookListener \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "projectId": 123
}
'
{}

Authorizations

Authorization
string
header
required

Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.

Body

application/json
id
number
projectId
number

Response

OK

webhookListener
object