Request

HeaderTypeDescription
Project-IDUUIDThis is the ID of the project for which all HTTP requests are made. Required.
User-AgentstringSpecifies the client name and version, according to specs.
Idempotency‑KeyUUIDProvide a unique key to sure the request can only be performed once. Optional.

Example

Project-ID: e9a91b62-990f-41a8-9045-2a6a1464caa9
User-Agent: Client/1.2.3
Idempotency-Key: f058ebd6-02f7-4d3f-942e-904344e8cde5

Response

HeaderTypeDescription
Request-IDstringA unique ID generated by the server.
Idempotency‑KeyUUIDThe key provided in the request.
LinkstringPagination information.

Example

Request-ID: cdlqfn43c37rp1k3f0d0
Idempotency-Key: f058ebd6-02f7-4d3f-942e-904344e8cde5
Link: </transactions?limit=2&page=1&sort=created_at>; rel="first",</transactions?limit=2&page=1&sort=created_at>; rel="prev",</transactions?limit=2&page=1&sort=created_at>; rel="last"