{ "token": "string" }
curl --location --request POST 'https://app.authyo.io/api/v1/auth/verifytoken' \ --header 'clientId;' \ --header 'clientSecret;' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "string" }'
{ "success": true, "message": "token Verified successfully", "data": { "userId": "AY-Fa8zlOv7aLQ7QpzudBxwGEq1XSeABjToqwcpM33l8=", "identities": { "identityType": "phone", "identityValue": "9174050*****", "channel": "sms", "verified": true, "verifiedAt": "1751988056" } } }