API Response Format
The Plasticity developer HTTP APIs return JSON-formatted outputs.
Header | Value |
---|
Content-Type | application/json |
Status Code | Value |
---|
200 | Indicates a successful response. |
400 | Indicates an invalid request error. |
401 | Indicates an authentication error. |
402 | Indicates the free tier for the API has been reached and payment information must be entered to continue usage. |
404 | Indicates the path requested at the API endpoint does not exist. |
429 | Indicates a rate limiting error. |
5xx | Indicates an internal server error. |
{
"error": "false",
"data": { ... }
}
{
"error": "true",
"errorCode": XXX,
"message": "A message describing the error will appear here."
}