cURL
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" } ]
Retrieve all your developer API keys. Secret key values are not returned — only the prefix is shown.
Developer API key. Get one from Settings → Developer → Create Key in the Omi app. Keys are prefixed with omi_dev_.
omi_dev_
List of API keys.
Unique key identifier.
Descriptive name.
First part of the key (for identification).
When the key was last used.