Token

Authentication SECRET KEY is the major step you can start before you make any request, without SECRET KEY you can't make any request. Please don't share SECRET KEY with anyone.

If you already have the SECRET KEY which is generated in your dashboard, you don't need to use api TOKEN.

Get Secret Key

POST https://safepayltd.net/api/token

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

username

string

regietered email address

password

string

password

Response

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

Last updated