Skip to main content
GET
/
api_keys
List API Keys
curl --request GET \
  --url https://api.attention.tech/v2/api_keys \
  --header 'Authorization: <api-key>'
[
  {
    "id": "e5323e40-xxxx-4f6f-84f6-85eba56091ed",
    "name": "Admin API Key",
    "organizationUUID": "16b78cec-xxxx-46d2-8213-5d3bb7d2571c",
    "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
    "lastSeenAt": "2024-03-20T10:00:00Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.attention.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

Successfully retrieved API keys

id
string
required

The unique identifier of the API key

name
string
required

The name of the API key

organizationUUID
string
required

The UUID of the organization this API key belongs to, if applicable

userUUID
string
required

The UUID of the user this API key belongs to, if applicable

value
string
required

The actual API key value

lastSeenAt
string<date-time>
required

The last time this API key was used