Overview
Authentication
This folder contains all authentication-related requests required to access the Epaygames Disbursement API.
Before making any API calls, you must first obtain a Bearer access token by submitting valid credentials through the Create Access Token endpoint. The token is short-lived (valid for approximately 1 hour) and must be included in the Authorization header of all subsequent requests.
The access token is automatically saved to the
tokenenvironment variable upon a successful response.