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
Example request
{
"name": "ci-staging"
}Response
Team key created.
Example response
{
"team_key": {
"id": 7,
"api_key": "orizn_visa_team_a1b2c3...",
"name": "ci-staging",
"active": true,
"requests_month": 14823,
"requests_total": 184238
}
}