Versions
Get Token- V1
Get Token - V1
POST
http://okayfacesearchdemo.innov8tif.com/v1/auth/get-token
Request Body
Name
Type
Description
api_key *
string
To be assigned by Innov8tif
data*
string
Please refer to "How to encrypt and decrypt data page"
Encrypt the following parametr
1)
package_name (string)
(Provided by Innov8tif)
Encrypted Form
{
"success": true,
"data": "4oCmb8Y4Uk7OKAyKpHVynZLiDSB4ULjo97zAiX/Wb2koDsvyaMIvI2hF+0Ml+U6y/XT8IOGERGAYuQvRLwe1l5lRiDGEsn0FBV5OyMXqftG78W7LA0GscS9iqCkfhVhc"
}
Decrypted Form
{
"success":true,
“data”:
{
"access_token":"f30f030890d314ea743412966dd29d5e",
"expired_at":"2023-06-11 14:32:59"
}
}
Postman Collection
Last updated
Was this helpful?