Create organization

Creates the specified organization. <Warning> ID must not be specified, neither in query string, nor in JSON payload. </Warning> <Note> If the status field isn't set at creation time, the default imposed by server is ENABLED. </Note>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Request

This endpoint expects an object.
namestringRequired
classobjectRequired
typeobjectRequired
countryobjectRequired
statusobjectRequired
relationobjectRequired
currencyobjectRequired
verification_typeobjectRequired
verificationstringRequired
ext_referencestringRequired
monthly_cost_limitintegerRequired

Response