POST
/
v1
/
org
/
{org_id}
/
invite
curl --request POST \
  --url https://api.tryvital.io/management/v1/org/{org_id}/invite \
  --header 'Content-Type: application/json' \
  --header 'X-Vital-Org-Key: <api-key>' \
  --data '{
  "email": "<string>"
}'
{
  "status": "invite_created"
}

Org Management API is available for the Scale plan.

The base URL of this endpoint is https://api.tryvital.io/management/.

The endpoint accepts only Org Key (X-Vital-Org-Key). Team API Key is not applicable.

curl --request POST \
  --url https://api.tryvital.io/management/v1/org/{org_id}/invite \
  --header 'Content-Type: application/json' \
  --header 'X-Vital-Org-Key: <api-key>' \
  --data '{
  "email": "<string>"
}'

Authorizations

X-Vital-Org-Key
string
header
required

Path Parameters

org_id
string
required

Body

application/json
email
string
required

Response

200
application/json
Successful Response
status
enum<string>
required
Available options:
invite_created,
invite_resent,
already_in_org