Skip to main content

What this family does

GET /v1/me is the first call to make with a new key. It returns the organization, the user, the scopes the key carries, the subject a request acts as when no selector is sent, and the plan. It works before any content has been ingested, which makes it the right health check for a credential and the right first step in a quickstart.

Routes

The shape of a call

Check a key.
The response:

Traps

subjectDefault is not a selector you can send. It is the key owner’s internal user id. Internal ids are an isolation detail and are never accepted as X-Exo-Subject. Scopes here are what the key holds, not what a route needs. A route declares the finest scope it requires, and the satisfaction lattice admits umbrella keys. See Scopes.

API reference

Base URL, authentication, and the conventions every route shares.

Errors

The problem envelope and the full code catalogue.