---
title: "Me"
method: GET
path: "/v2/me"
tags: ["Test Authentication V2"]
---

# Me

`GET /v2/me`

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

## Response `200`

Get information about the authenticated user.

- GetMeResponseDtoV2
  - `applicationName` string — The application name.
  - `attentiveDomainName` string — The Attentive domain name.
  - `companyName` string — The company name in the Attentive platform.
  - `contactEmail` string — The contact email associated with the application.
  - `companyId` string — The installer company ID

## Other responses

- `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

---

[API](https://skmtc.net/attentive/apis/attentive-api-v2.md) · [All operations](https://skmtc.net/attentive/apis/attentive-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attentive/attentive-api-v2/revisions/be387e501197/schema)
