v1

latestOpenAPI 3.1.02026-07-22285495.1 KB
Sponsors

Get sponsor details

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

get/v1/events/{eventId}/sponsors/{sponsorId}

Path parameters

eventIdstring required

Event ID

sponsorIdstring required

Sponsor ID

Response

Sponsor details retrieved successfully

kindstring
urlstring uri
idstring uuid

Unique ID of the sponsor

namestring

Sponsor's name

titlestring

Display title for the sponsor

descriptionstring

Description of the sponsor. May contain rich-text HTML markup (e.g. bold, italic, lists, links). Legacy sponsors may still return plain text.

websiteUrlstring
logoUrlstring
emailstring
coverImageUrlstring

Example response

{
  "id": "4fcebf73-3ddb-4fe6-b56d-5dd7dedb7c3d",
  "name": "Acme Corp",
  "title": "Acme's sponsorship",
  "description": "<p>Acme Corp is a <strong>leading</strong> provider of...</p>",
  "websiteUrl": "https://acme.com",
  "logoUrl": "https://example.com/sponsors/acme_logo.png",
  "email": "sponsorship@acme.com",
  "coverImageUrl": "https://example.com/sponsors/acme_cover.png",
  "tier": {
    "tierId": "tier-gold",
    "tierName": "Gold"
  },
  "booth": {
    "boothId": "4fcebf73-3ddb-4fe6-b56d-5dd7dedb7c4f",
    "boothName": "Acme Booth"
  }
}