cURL
curl --request GET \ --url https://api.getmembrane.com/external-api-logs/{id}/details \ --header 'Authorization: Bearer <token>'
{ "request": {}, "response": { "data": {}, "status": 123 }, "timeMs": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request details
Show child attributes
Response details
Response time in milliseconds
Was this page helpful?