Olava
API reference

GET /v1/me

Identify the authenticated caller. Cheap probe for verifying a key works.

Returns the id of the authenticated caller. Useful as a "is my key alive" probe before doing real work.

GET /v1/me

Auth

API key (Authorization: Bearer olv_sk_...).

Response — 200 OK

{
  "id": "00000000-0000-0000-0000-000000000000",
  "email": null
}
FieldNotes
idYour Olava account id.
emailAlways null on API-key auth.

Status codes

StatusNotes
200Success.
401Auth failure. See Authentication.

On this page