cURL
curl --request GET \ --url https://b2b-api.dev-riseworks.io/v2/webhooks \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "webhooks": [ { "webhook_nanoid": "<string>", "url": "<string>", "events": [ "<string>" ], "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "next_cursor": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the company.
15
Unique identifier of the team, if applicable.
1 <= x <= 100
Default Response
The response is of type object.
object