Docs
Last updated
Last updated
GET /v2/errors HTTP/1.1
Accept: */*
[
{
"name": "NO_TOKEN_PROVIDED",
"code": 1000,
"message": "No token provided",
"http_status": 401
},
{
"name": "INVALID_TOKEN",
"code": 1001,
"message": "Invalid or expired token",
"http_status": 401
}
]