---
title: "Returns the priority and global boost level an organization's campaigns are created with."
method: GET
path: "/campaign/owner-tier/organizations/{organizationId}"
tags: ["OwnerTierOverride"]
---

# Returns the priority and global boost level an organization's campaigns are created with.

`GET /campaign/owner-tier/organizations/{organizationId}`

priority and globalBoostLevel are the effective values, whether they come from an
 override or from the configured defaults; the two *Override fields are null when the
 default applies.

## Path parameters

- `organizationId` string, required

## Response `200`

OK

- GetOrganizationOwnerTierEndpointOutput
  - `organizationId` string, required — The id of the organization the tier applies to.
  - `priority` integer, required — The priority the organization's campaigns are created with.
  - `globalBoostLevel` integer, required — The global boost level the organization's campaigns are created with.
  - `priorityOverride` integer, nullable — The priority from the matching override, or null when the default applies.
  - `boostOverride` integer, nullable — The boost level from the matching override, or null when the default applies.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/5f993bd211f5/schema)
