---
title: "Qualify Brand by Use Case"
method: GET
path: "/v1/projects/{projectId}/campaignRegistrations:qualify"
tags: ["10DLC Campaign Registration"]
---

# Qualify Brand by Use Case

`GET /v1/projects/{projectId}/campaignRegistrations:qualify`

Before submitting a campaign, this API will provide some important feedback about how the resulting campaign will be treated.  You can verify that the campaign will be supported by all operators, the AT&T message class and TPM, the T-Mobile brand daily bucket that will be applied and more.

It is suggested to validate that the operator restrictions will meet your needs prior to submitting the campaign request.  Brand revettings do not automatically adjust operator restrictions, and in some cases a new campaign may have to be resubmitted to receive the adjusted MNO values.

## Path parameters

- `projectId` string, required

## Query parameters

- `brandId` string, required
- `useCase` string

## Response `200`

A successful response.

- QualifyBrandByUseCaseResponse
  - `useCase` string — Desired useCase.
  - `monthlyFee` number, float — Monthly registration fee for campaign. If auto-renew is selected on a campaign, this recurring fee will be charged monthly starting three months after the campaign is submitted.
  - `setupFee` number, float — Initial setup fee, charged immediately once the campaign has been approved by Sinch and submitted to partners. This fee covers the first three months of campaign use, and will be charged whether or not the autoRenewal parameter is set on the campaign.
  - `minSubUseCases` number — Minimum number of sub use-cases required when registering a campaign with the desired use case.
  - `maxSubUseCases` number — Maximum number of sub use-cases required when registering a campaign with the desired use case.
  - `mnoMetadata` object

## Other responses

- `400` — Invalid Brand ID
- `429` — Over limit
- `500` — INTERNAL: Internal server error. Typically, a server bug.

---

[API](https://skmtc.net/sinch/apis/registration.md) · [All operations](https://skmtc.net/sinch/apis/registration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/registration/revisions/9eecb207c30d/schema)
