Use the Test Authentication endpoint to test your unique token that you received from Attentive. Make sure to save your token because all API requests are authenticated using bearer tokens. The response should include information specific to your company.
Make a call to this endpoint to test your unique token that you generate in the Attentive product.
Get information about the authenticated user
Invalid parameter in request query or body
Unauthorized
Access Denied
The specified resource was not found
The user has sent too many requests in a given amount of time
Internal Server Error
curl -i -X GET \ https://api.attentivemobile.com/v1/me
{- "applicationName": "Pillow Api",
- "attentiveDomainName": "hudsonivy.attn.tv",
- "companyName": "Hudson & Ivy",
- "contactEmail": "name@company.com",
- "companyId": "MDc6Q29tcGFueTI"
}