> For the complete documentation index, see [llms.txt](https://docs.therocketcad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.therocketcad.com/developers/requestids.md).

# RequestIDs

Each API request is automatically assigned a request identifier. You can find this value in the response body, with the title “requestID”.

```
{
    "status": "success",
    "response": {
        "success": true,
        "message": "This API Key is valid & associated with an active community."
        "requestID": "OLV213JN6XL1BLS"
    }
}
```

Soon, you will be able to debug your API using Request IDs. Check back here for more information on this.

{% hint style="warning" %}
In the event you contact our Support Team with an API-related error, providing the request identifier will ensure the fastest possible resolution.
{% endhint %}
