Getting started
Errors
Errors use conventional HTTP status codes and carry a problem details body (RFC 7807).
error response
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "Bad Request",
"status": 400,
"detail": "A lane with the provided laneId could not be found."
} Status
Meaning
400
Malformed or invalid request — missing fields or unknown ids.
401
Missing or invalid apiKey header.
403
The key is valid but not allowed to access this resource.
500
Something failed on our side. Safe to retry with backoff.
If an error persists and you believe your request is correct, contact info@ctrlchain.com with the request you sent and the response you received.
Questions? info@ctrlchain.com Open the API reference →