cURL
curl --request GET \ --url https://api.getmembrane.com/incoming-webhooks/{id}/details \ --header 'Authorization: Bearer <token>'
{ "request": { "headers": {}, "body": {}, "query": {} }, "response": { "status": 123, "headers": {}, "data": {} }, "events": [ {} ], "error": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Was this page helpful?