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
Key | Datatype | Required | Description |
---|---|---|---|
include_plan | boolean | The 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
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter the authtoken of the user. | |
Content-Type | string |