---
title: "Retrive agency group registration settings by vanity name"
method: GET
path: "/vanity/{vanity_name}/settings/registration-content"
tags: ["Agency Group Registration Settings"]
---

# Retrive agency group registration settings by vanity name

`GET /vanity/{vanity_name}/settings/registration-content`

## Response `200`

The agency group registration content settings by vanity name

- VanitySettingsRegistrationContentResponse
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `agency_group_id` string — The id of the agency group
  - `logo_url` string, required — The url to the logo
  - `display_name` string, required — The display name for the agency group
  - `email_content` string — This will be HTML blob to be added to the registration email, send out on behalf of the Agency group.
  - `vanity_name` string, required — The name to use to look up the id
  - `candidate_types` VanityCandidateTypeResponse[], required
    - `name` string, required — The name of candidate type
    - `country` string, required — The country name of candidate type
    - `candidate_type_id` string, required — The id of candidate type
  - `email_contact` string, email — The email contact address of the agency group
  - `country_code` string, required — The country code

## Other responses

- `400` — Validation Error. Usually caused by a missing or invalid parameter.
- `404` — Resource not found
- `default` — unexpected error

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
