cURL
curl --request GET \ --url https://api.mottostreaming.com/iam/organizations/v1/{org_id} \ --header 'Authorization: Bearer <token>'
{ "organization": { "id": "<string>", "name": "<string>", "disabled": true } }
GetOrganization
Will return information about the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object