# POST /carriers.json **POST /carriers.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **carrierType** (string | null) Carrier type - **externalId** (string | null) External - **name** (string | null) Name - **platform** (string | null) Platform ## Responses ### 200 Successful response #### Body: application/json (object) - **carrierType** (string | null) Carrier type - **createdAt** (string(date-time)) Created at - **externalId** (string | null) External - **id** (integer(int32)) Id - **name** (string | null) Name - **platform** (string | null) Platform - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)