Detail of Carrier
Get Carrier
Retrieve details of a carrier using its unique ID.
To obtain a specific ID, use the POST /api/carrier/list endpoint with the appropriate filters.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | None (this request does not require a body). |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique carrier identifier. Example: |
Response
If successful, the API returns the carrier entity matching the specified ID in JSON format.
See more details in the API Doc.
Get Carrier by Code
Retrieve details of a carrier using its code.
To obtain a specific code, use the previous endpoint.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | None (this request does not require a body). |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The carrier code. Example: |
Response
If successful, the API returns the carrier entity matching the specified ID in JSON format.
See more details in the API Doc.
Get Carrier Service
Retrieve details of a carrier service using its unique ID.
To obtain a specific ID of carrier service, use the GET /api/carrier/{id} - you will see the carrier service IDs in the response.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | None (this request does not require a body). |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique carrier service identifier. Example: |
Response
If successful, the API returns the carrier service entity matching the specified ID in JSON format.
See more details in the API Doc.