This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| developers:chart [2025/05/31 01:29] – chad | developers:chart [2026/05/28 17:29] (current) – [Headers] frank |
|---|
| ^ Header ^ Value ^ Description ^ | ^ Header ^ Value ^ Description ^ |
| | Authorization | Bearer <token> | **Required**. A valid bearer token to authenticate the request. | | | Authorization | Bearer <token> | **Required**. A valid bearer token to authenticate the request. | |
| | Accept | application/octet-stream, application/t4 | **Optional**. Specifies the content type that the client can handle. Use this header to request a compact binary format response. If omitted, the default response format is JSON. | | | Accept | application/json, text/csv, application/octet-stream, application/t4 | **Optional**. Specifies the response format the client can handle. If omitted, the API returns JSON. Use text/csv to request CSV, or application/octet-stream / application/t4 to request the compact binary format. | |
| |
| **Examples:** | **Examples:** |