GET
/
iam
/
organizations
/
v1
/
{org_id}
curl --request GET \
  --url https://api.mottostreaming.com/iam/organizations/v1/{org_id} \
  --header 'Authorization: Bearer <token>'
{
  "organization": {
    "id": "<string>",
    "name": "<string>",
    "disabled": true
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Response

200
application/json
OK
organization
object