Skip to main content
Attention All API endpoints receive and return JSON.
{
    "errors":[
        {
            "code":"invalid_amount",
            "description":"O campo amount deve ser informado"
        },
    ]
}
}
HTTP CodeDescription
200 OKYour request was successful.
400 Bad RequestA required parameter was not sent or is invalid. In this case, the response itself will indicate the problem.
401 UnauthorizedNo Bearer Token was sent or it is invalid.
403 ForbiddenUnauthorized request. API abuse or use of disallowed parameters can generate this code.
403 Forbidden / Cloudfront (GET)403 errors on GET calls indicate that you are sending a body with the request. You must not send any body data in GET requests.
404 Not FoundThe endpoint or requested object does not exist.
429 Too Many RequestsToo many requests in a given time period. More in our Rate Limiting section.
500 Internal Server ErrorSomething went wrong on the gates2b server.