Skip to main content
POST
/
organizations
{
  "id": "<string>",
  "name": "<string>"
}

Body

application/json
name
string
required

Name given to the organization.

prefix
string
required

Unique prefix for the organization that will be used in subdomains (e.g., prefix.trustlink.dev).

Maximum length: 20
Example:

"my-org"

Response

Organization created successfully

id
string
required

Unique identifier of the organization.

name
string
required

Name given to the organization.