v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
External Connections

Retrieve a log message

Retrieve a log message for an external connection associated with your account.

get/external_connections/log_messages/{id}

Path parameters

idstring required
Example:1293384261075731499

Identifies the resource.

Response

Successful response

Example response

{
  "log_messages": [
    {
      "code": "10015",
      "detail": "The value provided for the attribute is not valid. Check the value used and try again.",
      "meta": {
        "external_connection_id": "1293384261075731499",
        "telephone_number": "+12345678",
        "ticket_id": "542c3bca-d247-42bc-8fe7-e01d16ecd761"
      },
      "source": {
        "pointer": "/attribute"
      },
      "title": "Invalid attribute"
    }
  ]
}