cURL
curl --request GET \ --url https://api.givebutter.com/v1/webhooks/{webhook}/activities/{activity} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "webhook_id": "<string>", "status": "<string>", "status_description": "<string>", "event": "<string>", "url": "<string>", "payload": [ "<unknown>" ], "response": [ "<unknown>" ], "created_at": "<string>", "updated_at": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The webhook ID
The activity ID
WebhookActivityResource
Was this page helpful?