Parade Carrier Synchronization API

The Carrier Synchronization API from Parade — 1 operation(s) for carrier synchronization.

Operations 1

POST /your-carrier-sync-webhook Carrier update notifications #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/parade-carrier-synchronization-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

parade-carrier-synchronization-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Parade Syndication Webhooks Carrier Synchronization API
  description: 'Webhooks set up on the partner side to receive notifications from Parade.


    Please contact us to set up URLs.

    '
  contact:
    email: eng@parade.ai
    name: Parade Eng Team
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  version: 1.1.0
servers:
- url: https://your-url
security: []
tags:
- name: Carrier Synchronization
paths:
  /your-carrier-sync-webhook:
    post:
      operationId: carrier_sync_webhook
      tags:
      - Carrier Synchronization
      summary: Carrier update notifications
      description: 'Set this up if you want to receive carrier sync notifications from Parade.


        These updates can happen in bursts and may be high traffic. We recommend exploring the carrier onboarding lookup API as an alternative.

        '
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CarrierSyncNotification'
      responses:
        '201':
          description: notification received
        '400':
          description: ''
components:
  schemas:
    CarrierSyncNotification:
      type: object
      required:
      - update_type
      - company_external_key
      - company_name
      - dot_number
      properties:
        update_type:
          type: string
          enum:
          - C
          - R
          description: Update of C for confirmed, or R for rejected
        dot_number:
          type: string
          description: DOT number of the carrier
        mc_number:
          type: string
          description: MC number of the carrier
        company_name:
          type: string
          example: ReedTMS
          description: Name of the broker
        enable_reservations:
          type: boolean
          description: Whether or not this carrier can digitally book. Needs to be checked in conjunction with `is_on_deck`
        is_on_deck:
          type: boolean
          description: Whether or not the carrier is onboarded with the broker
        company_external_key:
          type: string
          description: The unique key identifying the broker