Skip to main content

Retrieves a list of services for baseUrl and apiKey

POST 

/v1/clouds/coxedge/services

Retrieves a list of services for baseUrl and apiKey

Request

Body

required

Request payload to get CoxEdge services

    apiBaseUrlstring

    CoxEdge baseUrl - for api calls

    apiKeystring

    CoxEdge ApiKey - secret for api calls

Responses

(empty)

Schema

    services

    object[]

    required

  • Array [

  • codestring

    CoxEdge service code

    idstring

    CoxEdge service id

    namestring

    CoxEdge service name

  • ]

Loading...