curl --request POST \ --url https://api.tryvital.io/management/v1/org/{org_id}/team_api_keys/{env}/{region} \ --header 'Content-Type: application/json' \ --header 'X-Vital-Org-Key: <api-key>' \ --data '{ "label": "<string>", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "label": "<string>", "value": "<string>", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z" }
https://api.tryvital.io/management/
X-Management-Key
production
sandbox
us
eu
Successful Response
The response is of type object.
object