Logo
Swift API Sandbox Collections API Documentation

Retrieve the list of available distributions from Alliance Cloud.

GET {{baseUrl}}/alliancecloud/v1/distributions

This operation enables retrieving the list of available distributions for download from Alliance Cloud. The DN used to perform the OAuth process with SWIFT API Gateway is the one used to link the request to an application channel in Alliance Cloud.

 

Body PARAM

Key Datatype Required Description 
limit
number Number of distributions to be returned. If the provided value is out of range or is not a parsable integer, the default value will be used for the request
offset
number Number of distributions to skip before returning results. If the provided value is out of range or is not a parsable integer, the default value will be used for the request



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X GET 'https://sandbox.swift.com/alliancecloud/v1/distributions?limit=50&offset=0' -H 'Accept: application/json'

ENDPOINTS