Services

Access your services to use in Zapier automation workflows.

List services

get

Get a list of your services, sorted by most recently updated first.

Common uses:

  • Display service options in dropdown menus

  • Sync services to other platforms

  • Monitor when new services are added

Use updatedSince to get only services created or modified after a certain date.

Note: Include page=1 in your requests for proper pagination.

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: 1Optional

Page number (starts at 1).

Default: 1Example: 1
limitinteger · min: 1 · max: 100Optional

Number of items per page (1-100). Default is 25.

Default: 25Example: 25
updatedSincestring · date-timeOptional

Only return items created or updated after this date/time (ISO 8601 format).

Example: 2024-03-01T00:00:00.000Z
Responses
chevron-right
200

Services retrieved successfully.

application/json

List of services with pagination info.

get
/api/zapier/services

Last updated