Skip to content

List Settings for an Organization

Request

List settings for an organization

Security
Auth0(Required scopes: offline_accessmanage:services)
Path
organization_idintegerrequired

Numeric ID of the organization

GET
/organizations/{organization_id}/settings
curl -i -X GET \
  'https://api.mediamath.com/api/v3.0/organizations/{organization_id}/settings' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

List organization settings response

Bodyapplication/json
dataobject(settings_organization)
metaobject(single_metadata)
Response
{ "data": { "settings": [], "entity": {} }, "meta": { "status": "success" } }