v1

latestOpenAPI 3.0.3Commercial — see Terms2026-07-13274891.4 KB
Team keys

Create a team subkey (Business+)

Mint a new team subkey. Prefix orizn_visa_team_. Shares quota with the owner account.

post/api/v1/visa/team-keys

Request body

namestring required

Example request

{
  "name": "ci-staging"
}

Response

Team key created.

messagestring

Example response

{
  "team_key": {
    "id": 7,
    "api_key": "orizn_visa_team_a1b2c3...",
    "name": "ci-staging",
    "active": true,
    "requests_month": 14823,
    "requests_total": 184238
  }
}