Skip to main content
GET
List booking sources

Authorizations

Authorization
string
header
required

Bearer authentication using your BookingShake API key. Retrieve your API key from Settings > Integrations in your BookingShake dashboard.

Response

List of booking sources retrieved successfully

value
string

Source ID

Example:

"JKd8f3mP2xQw"

label
string

Source display name (may be in French or configured language)

Example:

"Site web"

slug
string | null

URL-safe slug of the source (usable as source_slug in POST /events/create)

Example:

"website"

type
string | null

Source type ('direct' or 'apporteur')

Example:

"direct"

is_default
boolean

Whether this is the default source of the venue

Example:

true