# Request ID
All responses from the API include a request ID, which is a unique identifier generated by the API. This ID helps match responses with logs, facilitating easier tracking and troubleshooting.
Important
When contacting support, always provide the request ID along with the time and date of the issue to help the investigation process.
Every API response, whether successful or an error, follows a JSON structure with the request_id
at the top level. Here is an example of how it appears in the response:
{
"request_id": "20483925-fd97-4ca9-6391-3b6fdb0b5bcd",
// ... additional response fields ...
}