Skip to content

Open API 1.0 Overview

Open API 1.0 uses a polling-based architecture where you fetch service request data from VectorCare endpoints and receive notifications via webhooks.

Featurev1.0v2.0
Data retrievalPolling (GET endpoints)Webhooks only
Data structureDynamic (configurable fields)Static (fixed fields)
EndpointsMultiple read endpointsWebhook + update endpoints
Standing ordersBulk webhookIndividual webhooks per request
  1. VectorCare account with API feature enabled
  2. Admin group with these permissions:
    • Can access Open API
    • Can configure Open API Client Credentials
    • Can configure Open API for account
    • Can configure Webhooks

See About Group Permissions for configuration details.

  1. Set up authentication to obtain access tokens
  2. Use the Request List endpoint to discover available requests
  3. Fetch full details with Request Detail
  4. Send updates via State Update and Location Update
  5. Configure webhooks to receive real-time notifications