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

# Get all sponsor details

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

Use this endpoint to retrieve the details of all sponsors added to a particular event type in your Zuddl organization. You can use query parameters such as filter, pagination, or sort to customize.

Required API key scopes: `READ`

## Path parameters

- `eventId` string, required

## Query parameters

- `sort` string
- `page` number
- `size` number

## Response `200`

List of sponsors retrieved successfully

- OrgEventsAppDomainApiProductEventSponsorDtosSponsorDetailsPage
  - `pagination` OrgEventsAppDomainApiProductDtosPageResponsePagination
    - `next` string, uri — URI of the next page. Also indicates the presence of a next page.
    - `current` string, uri — URI of the current page.
    - `previous` string, uri — URI of the previous page. Also indicates the presence of a previous page.
  - `data` 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 event ID supplied
- `401` — Unauthorized access to event
- `404` — Event 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)
