---
title: "Get job portal branding"
method: GET
path: "/{publicTenantSlug}/vacancy-portal/branding"
tags: ["Job Portal"]
---

# Get job portal branding

`GET /{publicTenantSlug}/vacancy-portal/branding`

Get the branding for the job portal.

## Path parameters

- `publicTenantSlug` string, required

## Response `200`

- TenantBrandingDto
  - `branding` TenantBrandingStyleDto, required
    - `name` string, required
    - `companyUrl` string, uri, nullable, required
    - `companyDescription` string, nullable, required
    - `logoUrl` TenantBrandingLogoDto, required
      - `light` string, nullable, required
      - `dark` string, nullable, required
    - `faviconUrl` string, nullable, required
    - `colors` TenantBrandingColorsDto, required
      - `accent` string, required
      - `primary` string, required
      - `secondary` string, required
    - `topbarLinks` TenantBrandingTopbarLinkDto[], required
      - `name` string, required
      - `url` string, uri, required
    - `topbarCtaButton` TenantBrandingTopbarCtaButtonDto, required
      - `name` string, required
      - `url` string, uri, required
    - `footer` TenantBrandingFooterDto, required
      - `socials` TenantBrandingFooterSocialsDto, required
        - `linkedinUrl` string, uri, nullable, required
        - `twitterUrl` string, uri, nullable, required
        - `facebookUrl` string, uri, nullable, required
        - `instagramUrl` string, uri, nullable, required
        - `githubUrl` string, uri, nullable, required
      - `privacyPolicy` TenantBrandingFooterPrivacyPolicyDto, required
        - `label` string, required
        - `url` string, uri, required
  - `consent` TenantBrandingConsentDto, required
    - `disclaimer` string, nullable, required

## Other responses

- `400` — Bad Request
- `500` — Error response

---

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