v1

latestOpenAPI 3.1.02026-07-22155403592.5 KB
Connections

Get transaction information

Returns transaction info by client_request_id

get/consumers/{consumer_id}/connections/{connection_id}/transactions

Path parameters

connection_idstring uuid required
consumer_idstring uuid required

Query parameters

client_request_idstring required

Response

Successful Response

created_onstring date-time required

Date and time when the API transaction started (UTC).

method'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'HEAD' | 'OPTIONS' required
routestring required

Path of the original request.

status_codeinteger required

HTTP status code returned by the original request.

created_entity_idstring nullable

Identifier of the entity created by the request, when applicable (typically for POST).

Example response

{
  "created_on": "2024-05-15T12:34:56Z",
  "route": "/consumers/a65f95f4-7188-4866-a3ff-eb0fe17958c3/accounting/suppliers",
  "status_code": 200,
  "created_entity_id": "inv_123"
}