cURL
curl --request GET \ --url https://management-api.fpjs.io/webhooks/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Version: <x-api-version>'
{ "data": { "id": "wh_HYv9YfsIIUjpvR", "description": "My Webhook", "status": "enabled", "verified": false, "environment": {}, "url": "https://website.com/webhook", "legacy": true, "basic_auth": {}, "created_at": "2023-11-07T05:31:56Z", "signing_key": "<string>", "last_enabled_at": {}, "last_disabled_at": {} } }
Fetch a specific webhook by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Management API version.
Webhook ID
Webhook object.
Show child attributes
Was this page helpful?