cURL
curl --request GET \ --url https://b2b-api.dev-riseworks.io/v2/webhooks/{webhook_nanoid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "webhook_nanoid": "<string>", "company_nanoid": "<string>", "url": "<string>", "events": [ "<string>" ], "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "team_nanoid": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the Webhook Endpoint.
15
Default Response
true
false
Show child attributes
Unique identifier of the Webhook.
Unique identifier of the company.
Unique identifier of the team, if applicable.