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
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"type":"bearer",
"token":"YOUR_SECRET_KEY",
"mesage":"success",
"status":"success"
}{
"status":"failed",
"message":"Bad Request"
}Last updated