Organizations
Create Organization
Creates a new organization under the specified vendor.
POST
Create Organization
Path Parameters
ID of the Vendor (UUID)
Body
application/json
Data required to create a new Organization.
Name of the organization.
Example:
"Example Corp"
Industry the organization operates in.
Example:
"Technology"
Primary contact information for the organization.
ID of the Plan assigned to this organization (UUID).
Example:
"c4a9e3f8-a3b2-4d1c-8b7e-5a9f0d1e2c3b"
Response
Organization successfully created
Standard API response wrapper
Create Organization