Error Responses
{
code: Unauthorized
error: Authentication required
}{
code: Forbidden
error: No access
}{
code: NotImplemented
error: Not implemented
}Last updated
Was this helpful?
401 Unauthorized Authentication is required and has failed.
{
code: Unauthorized
error: Authentication required
}403 Forbidden The API understood the request but is refusing the connection. This is usually due to the account not having the necessary permissions
{
code: Forbidden
error: No access
}501 Not Implemented This endpoint is planned but has not yet been released.
{
code: NotImplemented
error: Not implemented
}Last updated
Was this helpful?
Was this helpful?