RequestIDs
Let's learn more about the RocketCAD API RequestID system and how it may help you in troubleshooting.
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.
In the event you contact our Support Team with an API-related error, providing the request identifier will ensure the fastest possible resolution.
Last updated
Was this helpful?