The CarrierSource API uses bearer tokens to authenticate and perform requests. To authenticate requests, provide your API token as the Authorization
header:
curl -H "Authorization: Bearer <token>" https://api.carriersource.io/carriers
All API requests must be made over HTTPS. Unencrypted calls over HTTP are not supported and will fail.