GET
https://api.cmswebservice.in/api/service/list
API Endpoint: Get Service List
This endpoint returns a list of all available courier services with their corresponding
network (e.g., ARAMEX, FEDEX, UPS, SELF).
It requires a valid Bearer Token for authorization.
Request
- Method: GET
- URL: https://api.cmswebservice.in/api/service/list
- Headers:
Authorization: Bearer <token>
Response
- Status Code: 200
- Content-Type: application/json
Response Body
The response will contain the following fields:
| Key |
Type |
Description |
| Status | boolean | Indicates success or failure. |
| Data | array | List of available courier services. |
| ServiceName | string | The name of the courier service. |
| Network | string | The network/provider of the service. |