Token

Authentication token is the major step you can start before you make any request, without token you can't make any request.

Please don't share token with anyone.

Login via api and get token

POST https://mekapaygroup.tech/api/token

Use your email and password for getting token

Headers

NameTypeDescription

content-type*

String

application/json

Request Body

NameTypeDescription

username*

String

email

password*

String

password

{
    "type":"bearer",
    "token":"YOUR_SECRET_KEY",
    "message":"success",
    "status":"success"
}

Last updated