Authenticate
To authenticate and obtain the token, you need to make a request to the authentication endpoint by providing your email and password.
Endpoint
POST /account/login/
CURL example
Parameters
Name
In
Type
Required
Description
data
body
SigninQ
true
none
SigninQ
Name
Type
Required
Description
string
true
Email used to register on BETMATIC
password
string
true
Password
Body parameter example
Responses
Status
Meaning
Description
Schema
SigninR
Name
Type
Description
token
string
Token to be used for future calls that need authorization. Supposed to be included in header as <Authorization: Token xxxxxxx>.
200 Response example
Upon successful authentication, you will receive a response containing the token. Remember to include this token in the header of your subsequent API calls for authorization.
Last updated