Org Create

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Request

This endpoint expects an object.
namestringRequiredformat: "^[a-zA-Z0-9\-_ ]+$"
Organization name
contact_emailstringRequiredformat: "email"

Response

Successful Response
namestring
contact_emailstringformat: "email"
idstringformat: "uuid"
avatar_urlstring or null
public_metadatamap from strings to strings
low_credit_alertsbooleanDefaults to false
usage_based_pricing_enabledbooleanDefaults to false
planenum
plan_statusenum
plan_intervalenum or null
pending_planenum or null
pending_plan_intervalenum or null
pending_plan_datestring or nullformat: "date-time"
trial_ends_atstring or nullformat: "date-time"
grace_period_ends_atstring or nullformat: "date-time"
auto_topup_configmap from strings to any
accountobject or null

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error