Generate Gateway Token

Get Gateway Access Token

Use this API to obtain a Gateway access token by providing a valid API key and API secret. The token is required for all subsequent Gateway (GTW) API requests and must be included in the request headers.

Gateway Base URL

https://sandbox-api-gtw.softpoint.io/api/locations/{{location_id}}/access_token

Example Request Body

 {  "api_key": "FEkQiKxUYdA2JMLpfbTX4GRctD6lny0H", 

"api_secret": "BXrP8aVFZefKT" }

Authentication

The Gateway access token returned by this endpoint must be included in the Authorization header of all future Gateway requests.