---
title: "Get a designation configuration"
method: GET
path: "/v1/designation_configurations/{id}"
tags: ["Designation configurations"]
---

# Get a designation configuration

`GET /v1/designation_configurations/{id}`

This request lets you retrieve a single designation configuration. The configuration represents a relationship between a designation and a campaign and includes allowed payment frequencies.

## Path parameters

- `id` string, required

## Query parameters

- `livemode` boolean

## Response `200`

On success, the API returns the designation configuration object. If the provided identifier is invalid, the request returns an error.

- DesignationConfigurationResponse — Contains designation configuration record with full details.
  - `account` AccountResponse, required — Organization account information.
    - `code` string, nullable, required — Custom identifier for the organization, set as the Account code in the Fundraise Up account.
    - `id` string, required — Unique identifier of the organization in the format A[A-Z]{7}.
    - `name` string, required — The name of the organization as set in the Fundraise Up account.
  - `campaign` CampaignResponse, required — Provides details about the campaign.
    - `code` string, nullable, required — Campaign code, as set in the Dashboard.
    - `id` string, required — Unique campaign identifier.
    - `name` string, required — Campaign name.
  - `created_at` string, required — Timestamp in ISO 8601 format, indicating when the configuration was created in UTC.
  - `designation` DesignationResponse, required — Contains information about the designation.
    - `code` string, nullable, required — Designation code.
    - `id` string, required — Unique designation identifier.
    - `name` string, nullable, required — Designation name.
  - `id` string, required — Unique identifier for the designation configuration.
  - `repeat` 'recurring' | 'one-time' | 'all', required — Indicates payment types accepted for this designation-campaign combination.

## Other responses

- `403` — Forbidden. The API key does not have permission to access designations.

---

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