Log in to Fellow

Status codes

Fellow’s API relies on standard HTTP status codes to show whether a request succeeded or failed.

HTTPS Status CodeCodeDescription
200SuccessSuccess! The request completed.
400Bad RequestInput validation errors: there was an issue with the payload supplied to the request (invalid filters, cursor, or other).
403ForbiddenThe user associated with the API key does not have access to the API, or does not have access to the requested resource.
404Not FoundThe requested resource was not found.
500Internal Server ErrorAn unexpected error occurred, please reach out to Fellow support at [email protected].