Welcome to the PCS Partner API Portal
Authorization, Opportunity, Dispatch, and Entities APIs for approved logistics partners.
Authorization, Opportunity, Dispatch, and Entities APIs for approved logistics partners.
Authorization, Opportunity, Dispatch, and Entities.
Client-credentials bearer JWT on every request.
Every partner is vetted before their subscription is approved.
PCS builds transportation management software used by carriers and brokers across North America. This portal gives approved partners API access to the same authorization, dispatch, opportunity, and entities data our own platform runs on.
Sign up for API access, browse interactive documentation, and try requests directly from your browser before writing a single line of integration code.
OAuth2 client-credentials authentication and app registration for every partner integration.
Trip, load, and freight-matching data for carriers and brokers.
Our richest reference-data domain: equipment, drivers, rate matrices, counterparties, and more.
PCS builds transportation management software used by carriers and brokers across North America. This portal gives approved partners API access to the same authorization, dispatch, opportunity, and entities data our own platform runs on.
POST /authorization/v1/connect/token
{
"grant_type": "client_credentials",
"client_id": "{your-client-id}",
"client_secret": "{your-client-secret}",
"scope": "pcs-partner-apis/.default"
}
Every PCS partner integration goes through the same authorization model our own dispatch, opportunity, and entities platform runs on -- vetted, approved, and auditable.
Powered by Azure API Management.