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

# List API keys

> Metadata for Personal Access Tokens. Plain array. Secrets are never listed.

Requires **manage team** (Owner / Admin).

<ResponseField name="id" type="string">Key UUID.</ResponseField>
<ResponseField name="name" type="string">Label.</ResponseField>
<ResponseField name="last_used_at" type="string">ISO 8601, or `null`.</ResponseField>
<ResponseField name="expires_at" type="string">ISO 8601, or `null` if it does not expire.</ResponseField>
<ResponseField name="created_at" type="string">ISO 8601.</ResponseField>

<RequestExample>
  ```bash theme={null}
  curl https://connect.trypost.it/api/api-keys \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>
