v1

latestOpenAPI 3.0.3Commercial — see Terms2026-07-13274891.4 KB
Account & billing

Get the logged-in user's API key (session-only)

Dashboard helper. Session-cookie only — not callable through RapidAPI.

get/api/v1/visa/auth/ensure-key

Response

User and API key.

Example response

{
  "user": {
    "id": 42,
    "orizn_id": "01HZ...",
    "email": "ada@example.com",
    "name": "Ada Lovelace",
    "api_key": "orizn_visa_a06113...",
    "requests_month": 14238,
    "requests_total": 412938,
    "monthly_limit": 250000
  }
}