v1

latestOpenAPI 3.0.32026-07-24235275.4 KB
Test Authentication V2

Me

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

get/v2/me

Response

Get information about the authenticated user.

applicationNamestring

The application name.

attentiveDomainNamestring

The Attentive domain name.

companyNamestring

The company name in the Attentive platform.

contactEmailstring

The contact email associated with the application.

companyIdstring

The installer company ID

Example response

{
  "applicationName": "Pillow Api",
  "attentiveDomainName": "hudsonivy.attn.tv",
  "companyName": "Hudson & Ivy",
  "contactEmail": "name@company.com",
  "companyId": "MDc6Q29tcGFueTI"
}
All 23 operations