v1
latestOpenAPI 3.1.02026-07-22285495.1 KBSponsors
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
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"
}
}