> ## Documentation Index
> Fetch the complete documentation index at: https://docs.printools.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Account and reference

> Who you are, and the lookup data every write depends on.

Use the operations below to work with account & reference. Each link opens an interactive reference page generated from the published OpenAPI specification.

## Operations

| Operation                                                                                                                                                | Method and path                 | Required scopes      |
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | -------------------- |
| [The org, credential and granted scopes this request authenticated as](/api/reference/get_v1_me)                                                         | `GET /v1/me`                    | Any valid credential |
| [The lookup bundle every write endpoint depends on](/api/reference/get_v1_reference_types)                                                               | `GET /v1/reference/types`       | Any valid credential |
| [Built-in status vocabularies, including which purchase-order statuses are derived and therefore not settable](/api/reference/get_v1_reference_statuses) | `GET /v1/reference/statuses`    | Any valid credential |
| [Decoration methods, positions and their vocabularies](/api/reference/get_v1_reference_decorations)                                                      | `GET /v1/reference/decorations` | Any valid credential |
| [The scope catalogue, served from its single source](/api/reference/get_v1_reference_scopes)                                                             | `GET /v1/reference/scopes`      | Any valid credential |
| [The webhook event catalogue](/api/reference/get_v1_reference_events)                                                                                    | `GET /v1/reference/events`      | Any valid credential |
| [Rate limits, batch ceilings and page size, from the one limits module](/api/reference/get_v1_reference_limits)                                          | `GET /v1/reference/limits`      | Any valid credential |

See [Authentication](/api/authentication) before your first call. For write retries, see [Writing safely](/api/idempotency).
