curl --request POST \
--url http://localhost:3000/v1/orgs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"org_id": "<string>",
"name": "<string>",
"timezone": "<string>",
"industry": "<string>",
"default_environment": "<string>",
"default_sales_motion": "<string>",
"default_recording_type": "<string>",
"pii_policy": {
"redaction_level": "none",
"retain_transcript_days": 1,
"retain_analysis_days": 1,
"redact_fields": [
"<string>"
]
},
"settings": {}
}
'curl --request POST \
--url http://localhost:3000/v1/orgs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"org_id": "<string>",
"name": "<string>",
"timezone": "<string>",
"industry": "<string>",
"default_environment": "<string>",
"default_sales_motion": "<string>",
"default_recording_type": "<string>",
"pii_policy": {
"redaction_level": "none",
"retain_transcript_days": 1,
"retain_analysis_days": 1,
"redact_fields": [
"<string>"
]
},
"settings": {}
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 - 25620064Show child attributes
Show child attributes
Default Response