Authentication
Let's learn more about authenticating with the RocketCAD API.
Standard RocketCAD API Authentication Example
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "success",
"response": {
"success": true,
"message": "This API Key is valid & associated with an active community."
"requestID": "OLV213JN6XL1BLS"
}
}{
"statusCode": 400,
"body": {
"status": "MISSING_DATA",
"message": "Missing parameter for workflow ping: parameter api_key"
}
}{
"statusCode": 404,
"body": {
"status": "NOT_FOUND",
"message": "Workflow not found ping"
}
}Last updated
Was this helpful?