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
StatusbooleanIndicates success or failure.
DataarrayList of available courier services.
ServiceNamestringThe name of the courier service.
NetworkstringThe network/provider of the service.