Skip to main content
POST
/
organizations
Create Organization
curl --request POST \
  --url https://management-api.unomiq.com/organizations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "<string>",
  "role": "<string>",
  "created_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Organization/company name

Required string length: 1 - 255

Response

Successful Response

id
string
required
role
string
required
created_at
string
required