List all carrier accounts
How to fetch a collection of carrier accounts via API
To fetch a collection of carrier accounts, send a GET
request to the /api/carrier_accounts
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/carrier_accounts
Example
The following request fetches a collection of carrier accounts:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of carrier accounts can be sorted by the following fields:
Attributes
created_at
id
name
reference
reference_origin
updated_at
Relationships
market
Filterable fields
The list of carrier accounts can be filtered by the following fields:
Attributes
created_at
easypost_type
id
metadata
name
reference
reference_origin
updated_at
Relationships
attachments
market
Last updated