Authentication

BETMATIC utilizes JSON Web Token (JWT) based authentication for secure access to our API.

To retrieve the token, you can make use of the authenticate API as provided below. Once obtained, you need to include this token in the header of all subsequent API calls using the following format: <Authorization: Token {token}>

Please ensure that you include the token in the header for authentication purposes in order to access the desired functionalities of the API.

Last updated