Services
Authorizations
x-api-keystringRequired
Your FlowBookings API key. Generate one from Dashboard → Settings → Integrations → API Key. Include this header in every request.
Query parameters
pageinteger · min: 1OptionalDefault:
Page number (starts at 1).
1Example: 1limitinteger · min: 1 · max: 100OptionalDefault:
Number of items per page (1-100). Default is 25.
25Example: 25updatedSincestring · date-timeOptionalExample:
Only return items created or updated after this date/time (ISO 8601 format).
2024-03-01T00:00:00.000ZResponses
200
Services retrieved successfully.
application/json
List of services with pagination info.
400
Invalid request parameters.
application/json
401
API key is missing or invalid.
application/json
500
Something went wrong on our end. Please try again.
application/json
get
/api/zapier/servicesLast updated