---
title: "Get sponsor details"
method: GET
path: "/v1/events/{eventId}/sponsors/{sponsorId}"
tags: ["Sponsors"]
---

# Get sponsor details

`GET /v1/events/{eventId}/sponsors/{sponsorId}`

Use this endpoint to retrieve the details of a specific sponsor added to a particular event type in your Zuddl organization.

Required API key scopes: `READ`

## Path parameters

- `eventId` string, required
- `sponsorId` string, required

## Response `200`

Sponsor details retrieved successfully

- OrgEventsAppDomainApiProductEventSponsorDtosSponsorDetails
  - `kind` string
  - `url` string, uri
  - `id` string, uuid — Unique ID of the sponsor
  - `name` string — Sponsor's name
  - `title` string — Display title for the sponsor
  - `description` string — Description of the sponsor. May contain rich-text HTML markup (e.g. bold, italic, lists, links). Legacy sponsors may still return plain text.
  - `websiteUrl` string
  - `logoUrl` string
  - `email` string
  - `coverImageUrl` string
  - `tier` OrgEventsAppDomainApiProductEventSponsorDtosSponsorDetailsTier — Sponsorship tier information
    - `tierId` string — Tier ID
    - `tierName` string — Tier name
  - `booth` OrgEventsAppDomainApiProductEventSponsorDtosSponsorDetailsBoothRef — Reference to sponsor's booth
    - `boothId` string
    - `boothName` string

## Other responses

- `400` — Invalid sponsor ID or event ID
- `401` — Unauthorized
- `404` — Sponsor not found

---

[API](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation.md) · [All operations](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuddl/zuddl-webhook-documentation/revisions/571c1d41e62a/schema)
