Skip to main content
POST
Create an organization

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 string length: 20
Pattern: ^[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$
Example:

"my-org"

Response

Organization created successfully

id
string
required

Unique identifier of the organization.

name
string
required

Name given to the organization.