CDK Global · Arazzo Workflow

CDK Global Inspect Available Slot

Version 1.0.0

List a store's open slots and pull the full detail of the first slot.

1 workflow 1 source API 1 provider
View Spec View on GitHub AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventWebhookAsyncAPIArazzoWorkflows

Provider

cdk-global

Workflows

inspect-available-slot
Resolve a store's first open slot and fetch its full detail.
Queries the open appointment slots for a store in a booking session and reads back the full detail of the first available slot.
2 steps inputs: authorization, bookingSessionId, requestId, storeId, subscriptionId outputs: dateTime, slotId
1
listSlots
Query the open appointment slots for the store and take the first slot returned.
2
readSlot
Read the full detail of the resolved slot, including its date/time and transportation offer.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: CDK Global Inspect Available Slot
  summary: List a store's open slots and pull the full detail of the first slot.
  description: >-
    Drills into the appointment availability for a single store inside an
    existing booking session. The workflow lists the open slots for the store,
    takes the first slot, and reads that slot's full detail including its
    date/time and transportation offer. Every step spells out its request inline
    so the flow can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
sourceDescriptions:
- name: serviceBookingApi
  url: ../openapi/cdk-global-service-booking-api-openapi.yml
  type: openapi
workflows:
- workflowId: inspect-available-slot
  summary: Resolve a store's first open slot and fetch its full detail.
  description: >-
    Queries the open appointment slots for a store in a booking session and
    reads back the full detail of the first available slot.
  inputs:
    type: object
    required:
    - subscriptionId
    - requestId
    - authorization
    - bookingSessionId
    - storeId
    properties:
      subscriptionId:
        type: string
        description: The Fortellis Marketplace subscription identifier.
      requestId:
        type: string
        description: A correlation ID echoed back across systems.
      authorization:
        type: string
        description: The Fortellis OAuth 2.0 bearer token (or Basic auth on the simulator).
      bookingSessionId:
        type: string
        description: The identifier of the booking session.
      storeId:
        type: string
        description: The identifier of the store to inspect slots for.
  steps:
  - stepId: listSlots
    description: >-
      Query the open appointment slots for the store and take the first slot
      returned.
    operationId: queryBookingSessionsAvailableStoreSlots
    parameters:
    - name: bookingSessionId
      in: path
      value: $inputs.bookingSessionId
    - name: storeId
      in: path
      value: $inputs.storeId
    - name: Request-Id
      in: header
      value: $inputs.requestId
    - name: Subscription-Id
      in: header
      value: $inputs.subscriptionId
    - name: Authorization
      in: header
      value: $inputs.authorization
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      slotId: $response.body#/0/slotId
  - stepId: readSlot
    description: >-
      Read the full detail of the resolved slot, including its date/time and
      transportation offer.
    operationId: queryBookingSessionsAvailableSlot
    parameters:
    - name: bookingSessionId
      in: path
      value: $inputs.bookingSessionId
    - name: storeId
      in: path
      value: $inputs.storeId
    - name: slotId
      in: path
      value: $steps.listSlots.outputs.slotId
    - name: Request-Id
      in: header
      value: $inputs.requestId
    - name: Subscription-Id
      in: header
      value: $inputs.subscriptionId
    - name: Authorization
      in: header
      value: $inputs.authorization
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      slotId: $response.body#/0/slotId
      dateTime: $response.body#/0/dateTime
  outputs:
    slotId: $steps.readSlot.outputs.slotId
    dateTime: $steps.readSlot.outputs.dateTime

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/cdk-global-inspect-available-slot-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.