Skip to main content
POST
/
webhooks
/
{id}
/
test
Send a test event
curl --request POST \
  --url https://api.robase.dev/v1/webhooks/{id}/test \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer rb_live_...

Path Parameters

id
string
required

Response

202

Test enqueued.