GET /me returns the identity and current limits associated with your Platform API key. Use it to verify credentials at startup, inspect voyage quota usage, or monitor the request-rate allowance available to your organization.
The response never includes API-key secret material. The key’s ID and non-secret display prefix are safe to log.
Request
Example
Response
"api_key" | "super_admin"
required
Credential type that authenticated the request. Developer integrations receive
api_key.object | null
Organization associated with the key. The object contains
id, name, slug, and type. Developer organizations have the literal API value catalog_partner for type.object | null
Non-secret metadata for the calling API key.
object | null
Organization resource quotas.
quotas.voyage has the same concurrent and monthly limit and usage fields returned by GET /voyage.object | null
Rate-limit bucket charged for this request.
limit is the number of requests allowed per window, remaining is the current remaining allowance, and resetAt is the RFC 3339 UTC refill time. The value is null when rate limiting is disabled.