Errors
Compatibility endpoints use JSON error payloads in the format below:
{
"message": "Human readable error"
}
- 400: validation or malformed payload.
- 401: missing/invalid auth token.
- 404: object not found.
- 501: endpoint declared but not implemented (not expected in current build).