POST
/
v1
/
org
/
{org_id}
/
team_etl_pipelines
/
{env}
/
{region}

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.

Authorizations

X-Vital-Org-Key
string
headerrequired

Path Parameters

org_id
string
required
env
enum<string>
required

An enumeration.

Available options:
production,
sandbox
region
enum<string>
required
Available options:
us,
eu

Body

application/json
team_ids
string[]
push_historical_data
boolean
provider_raw_data
boolean
preferences
object
cloud_pubsub
object
rabbitmq
object
svix
object
azure_amqp
object
event_type_prefixes
string[]

Response

200 - application/json
team_id
string
required
push_historical_data
boolean
default: false
provider_raw_data
boolean
default: false
preferences
object
required
cloud_pubsub
object
rabbitmq
object
svix
object
azure_amqp
object
event_type_prefixes
string[]

An allowlist of event type prefixes. Note that both an empty list and null are interpreted as allow-all.