API endpoints > carriers
Use this endpoint to create, update and deactivate a carrier for a client.
Usually, it is not possible to delete a carrier from a client because there could be shipments still attached to the carrier.
Notes
- No carrier authentification or other carrier specific setting will ever be disclosed using this API.
- Make sure to store this information in your own database to manage these settings, there will be no way to recover these in any other way!
| GET | /carriers/ |
| GET | /carriers/allowed/ |
| POST | /carriers/carrier/:carrierId |
| PATCH | /carriers/carrier/:carrierId |