Skip to main content
GET
/
v2
/
integrations
/
logs
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/v2/integrations/logs/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "direction": "<string>",
  "entity_type": "<string>",
  "integration": 123,
  "timestamp": "2023-11-07T05:31:56Z",
  "success": true,
  "response": null,
  "details": null,
  "entity_id": -1
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

A unique integer value identifying this customer log.

Response

200 - application/json
id
integer
required
direction
string
required
entity_type
string
required
integration
integer | null
timestamp
string<date-time>
success
boolean
response
unknown
details
unknown
entity_id
integer | null
Required range: -2147483648 <= x <= 2147483647