Token
Authentication token is the major step you can start before you make any request, without token you can't make any request.
Login via API and get Token
POST
https://mekacash.co.uk/token
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Request Body
Name
Type
Required
Description
username *
string
true
password *
string
true
password
Response
{
"type":"bearer",
"token":"YOUR_SECRET_KEY",
"message":"success",
"status":"success"
}
Last updated