Create Organization

A partner, using a token signed by their clientId and clientSecret, can call this method to create an organization inside of Boosted.

Authentication

Authorizationstring

Enter your JWT Token here in the format: Bearer {token}

Request

New Org Request
emailstringOptional
entitlementslist of objectsOptional
external_org_idstringOptional
namestringOptional
org_typestringOptional
phone_numberstringOptional
support_emailstringOptional

Response

Created
messagestring or null
orgobject or null
successboolean or null

Errors