Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

List Services

Introduction

This API document is a draft

You can list the available services per carrier.

GET /carriers/{carrierId}/services

Example Requests

GET /carriers/1/services

Example Responses

HTTP 200

{ 
  "items": [ 
    { 
      "id": 0, 
      "systemName": "string", 
      "name": "string", 
      "uniqueIdentifier": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 
      "serviceCode": "string" 
    } 
  ] 
} 

HTTP 400, 404

{ 
  "type": "string", 
  "title": "string", 
  "status": 0, 
  "detail": "string", 
  "instance": "string", 
  "additionalProp1": "string", 
  "additionalProp2": "string", 
  "additionalProp3": "string" 
}