Skip to main content

Error Reference


All error responses return a JSON body:

{
"errorType": "PARTNER_ACCESS_DENIED",
"message": "..."
}

HTTP status codes

HTTPerrorTypeMeaning
401AUTHORIZATION_FAILEDMissing or expired JWT. Re-login and retry.
403PARTNER_ACCESS_DENIEDResource does not belong to your partner account
404PARTNER_NOT_FOUNDPartner not found
404USER_NOT_FOUNDUser not found
404COMPANY_NOT_FOUNDCompany not found
409USER_EXISTS_BY_MAILA user with this email already exists
409WHITELABEL_CONFLICTDuplicate taxNumber and country combination

Retry guidance

StatusShould retry?Notes
5xxYesSafe to retry
408YesSafe to retry
401YesRefresh JWT first, then retry
4xx otherNoFix the request before retrying