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.

Login via api and get SECRET KEY

POST https://swipepointe.com/api/token

Headers

Name
Type
Description

content-type*

String

application/json

Request Body

Name
Type
Description

username*

String

email

password*

String

password

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

Last updated