---
title: "Token Information"
method: GET
path: "/v1/token-info/"
tags: ["esper_cloud_api_Token (Deprecated)"]
---

# Token Information

`GET /v1/token-info/`

API to get resource information associated with your token like your enterprise, user etc

## Response `200`

successful operation

- EsperCloudApiTokenInfoV1
  - `id` string, integer, required — Token id
  - `enterprise` string, uuid, required — Id of the enterprise resource
  - `user` string — Id of the user resource
  - `developer_app` string, uuid — Id of the developer app resource that you created using the esper dev console
  - `source_refresh_token` string — The refresh token is used to refresh your expired API token
  - `token` string — API token for accessing esper APIs
  - `expires_on` string, date-time — Date and time of when your API token will get expired
  - `scope` string[] — This defines what access scopes does your API token has
  - `created_on` string, date-time — Date and time of when this resource was created
  - `updated_on` string, date-time — Date and time of when this resource was updated

## Other responses

- `401` — Authorization information is missing or invalid.
- `404` — Not Found.
- `500` — Internal server error

---

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