cURL
curl --request POST \ --url https://api.robase.dev/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "description": "<string>", "events": [ "<string>" ] } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>", "events": [ "<string>" ], "enabled": true, "secret": "<string>" }
Pass your API key as Authorization: Bearer rb_live_...
Authorization: Bearer rb_live_...
Created — copy the secret, it's shown only once.
secret
Returned only on create.