Known Destinations
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
400
Invalid request parameters
application/json
401
Authentication is required
application/json
403
Insufficient permissions
application/json
404
Resource not found
application/json
409
Resource conflict
application/json
422
Unable to process the contained instructions
application/json
500
Internal server error
application/json
502
Bad gateway
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