Skip to content

Authentication

Getting Started

In order to start a transaction with us, you will need a temporary token. After registering your company in the system, we will provide you with your credentials.

In case you still don’t have your credentials, please contact your account manager.

Authenticate

POST /token
Host: auth.latamgateway.com
Content-Type: "application/json"

{
  "email": "[email protected]",
  "password": "your-strong-password"
}

If your request is successful, you will receive a response to the following:

{
  "token": "<token>",
  "minutes_to_expire": 30
}