Skip to main content
GET
/
event-types
/
{uuid}
/
single-use-link
Get a single-use scheduling link
curl --request GET \
  --url https://api.zeeg.me/v2/event-types/{uuid}/single-use-link \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "link": "https://zeeg.me/S/axo3kbv54/30min-discovery-call",
  "eventTypeUri": "https://api.zeeg.me/v2/event-types/80f46bf5-eb01-4c07-960e-a9a3e18aae5e"
}

Authorizations

Authorization
string
header
required

Path Parameters

uuid
string<uuid>
required

UUID of the scheduling page

Query Parameters

price
number

If you have enabled payments for a scheduling page, you can assign a price when generating a single-use scheduling link to override the default price. This is helpful when you want to offer a paid event at a discounted price or completely for free. If your scheduling page has multiple durations, please note that the price override applies to all durations.

Response

OK

success
boolean
eventTypeUri
string<uri>
Last modified on April 4, 2026