POST /organizations

Create a new Workspace

Servers

Query parameters

Name Type Required Description
name String No

A string with a length of at least 3. Only lowercase letters, underscores, and numbers are allowed. If the name contains invalid characters, they will be removed. If the name conflicts with an existing name, a new name will be substituted.

displayName String Yes

The name to display for the Organization

desc String No

The description for the organizations

website String No

A URL starting with http:// or https://

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.