Skip to main content
GET
/
v1
/
common
/
termination-reasons
List Services Terminations Reasons
curl --request GET \
  --url https://apigw.ipxo.com/billing/v1/common/termination-reasons \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "string",
  "title": "string"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Services terminations reasons Collection

uuid
string
title
string