Team keys
List team subkeys (Business+)
get/api/v1/visa/team-keys
Response
List of team keys.
Example response
{
"team_keys": [
{
"id": 7,
"api_key": "orizn_visa_team_a1b2c3...",
"name": "ci-staging",
"active": true,
"requests_month": 14823,
"requests_total": 184238
}
]
}