Skip to main content
GET
Introspect the authenticated key, its organization, and credits
Renvoie { organization, api_key, credits } pour la clé présentée — l’id et le nom de l’organisation, les métadonnées sûres de la clé (id, name, prefix, scopes, expiration — jamais le secret) et le solde de credits disponible de l’organisation. C’est le moyen le plus rapide de confirmer qu’une clé fonctionne. GET /me nécessite n’importe quelle clé valide et aucun scope spécifique.

Autorisations

Authorization
string
header
requis

Organization API key as a bearer token: Authorization: Bearer samsa_sk_....

Réponse

Successful Response

GET /me body — the quickstart smoke response (ADR §10, scope item 5).

organization
OrganizationInfo · object
requis

The key's organization (the billing / rate-limit identity, ADR §3.1).

api_key
ApiKeyInfo · object
requis

The presented key's safe, re-displayable metadata (never secrets).

credits
CreditsInfo · object
requis

The organization's currently available credit balance.