TypeScript client
Teams
Create team
Create a team (workspace) inside an organization. Requires the create_teams permission. The new team starts empty: connect social accounts and upload assets before creating posts.
POST
TypeScript client
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
UUID of the organization the team (workspace) belongs to.
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Example:
"5b6c7d8e-9f0a-4b1c-8d2e-3f4a5b6c7d8e"
Team (workspace) display name, 2 to 64 characters.
Required string length:
2 - 64Example:
"Acme Marketing"
Brand website URL used for enrichment and display; null clears it.
Example:
"https://acme.com"
Response
Success
a Universally Unique Identifier
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$a Universally Unique Identifier
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$