#
Generate Authorization Token
Integration Request 🚀
Please raise an integration request here. Once it is approved, our team will share the client_id, client_secret and platform for you to proceed with the integration.
POST
$BASE_URL/client_login
#
Request Payload
Nothing required in header.
{
"client_id": "6357089854012817022",
"client_secret": "8316569880361691470",
"exp_time":21600,
"platform": "WPT",
"mail_id": "suraj+3@perspect.ai"
}
#
Response Payload
200 OK
{
"message": "Authenticated",
"data": {}
}