Skip to main content
GET
/
api
/
admin
/
backends
List backends
curl --request GET \
  --url https://{instance}.{env}.on-hellgate.cloud/api/admin/backends \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "auth_pipeline": {
        "date_header": "<string>",
        "extra_headers": {},
        "header_values": {},
        "method": "<string>",
        "signed_headers": [
          "<string>"
        ],
        "token_prefix": "<string>"
      },
      "enabled": true,
      "host": "apitest.cybersource.com",
      "id": "vdm",
      "inserted_at": "2023-11-07T05:31:56Z",
      "name": "CyberSource VDM",
      "protocol": "<string>"
    }
  ],
  "links": {
    "next": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

after
string

Pagination cursor

limit
integer

Page size (default 20)

Response

Backend list

data
BackendSummary · object[]
required