Skip to content

API Errors

Errors may occur within API semantics. These errors are returned in the HTTP response using the selected content format.

JSON error example:

json
{"detail": "Invalid token"}

XML error example:

xml
<root><detail>Invalid token</detail></root>

Fareclock API Documentation