org

Get Org

Get organization details with members and subscription.

get/api/org/{org_id}

Path parameters

org_idinteger required

Response

Successful Response

idinteger required
namestring required
slugstring required
stripe_customer_idstring nullable required
billing_emailstring nullable required
api_markup_ratenumber nullable required
archived_atstring nullable required
created_atstring required
updated_atstring required
member_countinteger nullable
payment_method_statusstring nullable
billing_modestring nullable
next_stepsstring nullable
sso_configuredboolean

Changes

Changed in 1 of the 16 revisions of this API.2

    • added the optional property billing_mode to the response with the 200 status

      response-optional-property-added

    • added the required property subscription/anyOf[subschema #1: OrgSubscriptionResponse]/status to the response with the 200 status

      response-required-property-added