Known Destinations

List known destinations

get
Authorizations
Query parameters
limitnumberOptional

Number of records to return per page

cursorstringOptional

Cursor for pagination. Use the next cursor from previous response to get next page

orderBystringOptional

Field to order results by

descstringOptional

Set to "true" or "1" for descending order

Header parameters
x-client-idstringRequired
x-connection-idstringOptional

The provider connection through which the resource is accessed

AuthorizationstringOptional
Responses
200
Returns a paginated list of known destinations for the connection
application/json
get
GET /v1/provider/known-destinations HTTP/1.1
Host: auth.armory.playnarval.com
detached-jws: YOUR_API_KEY
x-client-id: text
Accept: */*
{
  "data": [
    {
      "clientId": "text",
      "connectionId": "text",
      "provider": "anchorage",
      "label": "text",
      "externalId": "text",
      "externalClassification": "text",
      "address": "text",
      "assetId": "text",
      "networkId": "text"
    }
  ],
  "page": {
    "next": "text"
  }
}

Last updated