Get a single Organization

GET https://{{base_url}}/v3/organizations/{{organization_uid}}

The Get a single organization call gets the comprehensive details of a specific organization related to the system user.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Get a single Organization API Reference document

Request Params

KeyDatatypeRequiredDescription
include_planbooleanThe include_plan parameter includes the details of the plan that the organization has subscribed to. To include the details of the subscribed plan in the Response body, enter ‘true’.

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter the authtoken of the user.
Content-Typestring