Skip to main content
GET
/
v1
/
dev
/
keys
List API keys
curl --request GET \
  --url https://api.omi.me/v1/dev/keys \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "key_123abc",
    "name": "My Analytics Dashboard",
    "key_prefix": "omi_dev_abc123",
    "created_at": "2025-01-15T10:30:00Z",
    "last_used_at": "2025-01-20T14:22:00Z"
  }
]

Authorizations

Authorization
string
header
required

Developer API key. Get one from Settings → Developer → Create Key in the Omi app. Keys are prefixed with omi_dev_.

Response

List of API keys.

id
string

Unique key identifier.

name
string

Descriptive name.

key_prefix
string

First part of the key (for identification).

created_at
string<date-time>
last_used_at
string<date-time> | null

When the key was last used.