Header | Type | Description |
---|
Project-ID | UUID | This is the ID of the project for which all HTTP requests are made. Required. |
User-Agent | string | Specifies the client name and version, according to specs. |
Idempotency‑Key | UUID | Provide a unique key to sure the request can only be performed once. Optional. |
Project-ID: e9a91b62-990f-41a8-9045-2a6a1464caa9
User-Agent: Client/1.2.3
Idempotency-Key: f058ebd6-02f7-4d3f-942e-904344e8cde5
Header | Type | Description |
---|
Request-ID | string | A unique ID generated by the server. |
Idempotency‑Key | UUID | The key provided in the request. |
Link | string | Pagination information. |
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"