cURL
curl --request GET \ --url https://api.getmembrane.com/external-api-logs/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "workspaceId": "<string>", "customerId": "<string>", "integrationId": "<string>", "connectionId": "<string>", "statusCode": 123, "isSuccess": true, "s3Uri": "<string>", "createdAt": "<string>", "requestUrl": "<string>", "duration": 123, "externalAppId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?