Skip to main content
GET
/
sources
List booking sources
curl --request GET \
  --url https://api.bookingshake.io/api/sources \
  --header 'Authorization: Bearer <token>'
[
  {
    "value": "JKd8f3mP2xQw",
    "label": "Site web"
  },
  {
    "value": "NmR5t9Kl3zXc",
    "label": "Téléphone"
  },
  {
    "value": "Qz7Hp4Ln8wYt",
    "label": "Email"
  },
  {
    "value": "Vb2Mx6Nk9rPq",
    "label": "Sur place"
  }
]

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"