Get Organization Details
GET {{WEBEXAPI}}/organizations/{{_organization}}
Shows details for an organization, by ID.
Specify the org ID in the orgId parameter in the URI.
https://developer.webex.com/endpoint-organizations-orgId-get.html
Example Response:
json
{
'id' : 'OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh',
'displayName' : 'Acme, Inc.',
'created' : '2015-10-18T14:26:16+00:00'
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |