# Api Tokens Object

> Source: https://truto.one/docs/api-reference/admin/api-tokens/

Schema for the `Api Tokens` resource in **Admin API**.

## Properties

- **`id`** _(string)_
  The ID of the API token.
- **`name`** _(string)_
  A descriptive name for the token.
- **`created_by`** _(string)_
  The ID of the user who created this token.
- **`environment_id`** _(string)_
  The ID of the environment this token is scoped to.
- **`created_at`** _(string)_
  The date and time when the token was created.
- **`updated_at`** _(string)_
  The date and time when the token was last updated.

## Methods

- [GET /api-token](/docs/api-reference/admin/api-tokens/list) — List API tokens
- [GET /api-token/{id}](/docs/api-reference/admin/api-tokens/get) — Get API token
