List Organizations
GET {{WEBEXAPI}}/organizations
List all organizations visible by your account.
https://developer.webex.com/endpoint-organizations-get.html
Example Response:
json
{
'items' : [ {
'id' : 'OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh',
'displayName' : 'Acme, Inc.',
'created' : '2015-10-18T14:26:16+00:00'
} ]
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |