Create a new organization

Creates a new organization in the system. Requires admin API key authentication via x-admin-api-key header.

Authentication

AuthorizationBearer

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

Headers

x-admin-api-keystringRequired

Request

This endpoint expects an object.
namestringRequired
descriptionstringRequired

Response

Organization created successfully
idstring
namestring
descriptionstring
createdAtdatetime
updatedAtdatetime

Errors