Authentication
POST /token
Get token using API key and API secret
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
api_key*
string
api key
api_secret*
string
api secret
Response
{
"status": "Success",
"message": "Token generated successfully",
"data": {
"token": "9abd331323002d500f720dbe18ae3c68",
"url_alias": "wireaccount"
}
}{
"status": "Error",
"message": "API key is missing"
}Last updated