Create organization
Creates a new organization. The authenticated user becomes the owner of the organization.
Body·CreateOrganizationReq
required
application/json
- Type: stringnamerequired
Display name for the organization
Responses
- application/json
Request Example for post/v1/organizations
curl https://api.signstack.ai/v1/organizations \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data '{
"name": ""
}'
{
"id": "string"
}