cURL
curl --request GET \ --url https://api.zippendo.com/orgs/{orgId}/carriers/{carrierId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "carrierSlug": "<string>", "config": {}, "senderAddressId": "<string>", "orgId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "senderAddress": { "id": "<string>", "name": "<string>", "attContact": "<string>", "address1": "<string>", "address2": "<string>", "zipcode": "<string>", "city": "<string>", "phone": "<string>", "countryCode": "<string>", "state": "<string>", "email": "jsmith@example.com", "orgId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "customs": {} } }
Get a specific carrier
JWT access token or API token (prefixed with zipp_)
Organization ID
Carrier ID
Default Response
Carrier name
Carrier slug identifier
Carrier configuration (required and optional fields)
Show child attributes
Associated sender address ID