Test Authentication

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.

Me

Make a call to this endpoint to test your unique token that you generate in the Attentive product.

Request
Security:
Responses
200

Get information about the authenticated user

400

Invalid parameter in request query or body

401

Unauthorized

403

Access Denied

404

The specified resource was not found

429

The user has sent too many requests in a given amount of time

500

Internal Server Error

get/me
Request samples
curl -i -X GET \
  https://api.attentivemobile.com/v1/me
Response samples
application/json
{
  • "applicationName": "Pillow Api",
  • "attentiveDomainName": "hudsonivy.attn.tv",
  • "companyName": "Hudson & Ivy",
  • "contactEmail": "name@company.com",
  • "companyId": "MDc6Q29tcGFueTI"
}