Retrieve a destination server configuration
This page exemplifies the API request and payload that you can use to retrieve information about an existing destination server configuration using the /authoring/destination-servers
API endpoint.
For a detailed description of the capabilities used by destination servers, read the following articles:
Getting started with destination server API operations get-started
Before continuing, please review the getting started guide for important information that you need to know in order to successfully make calls to the API, including how to obtain the required destination authoring permission and required headers.
Retrieve a destination server configuration retrieve
You can retrieve an existing destination server configuration by making a GET
request to the /authoring/destination-servers
endpoint.
platform.adobe.io/data/core/activation/authoring/destination-servers
API format
Use the following API format to retrieve all destination server configurations for your account.
GET /authoring/destination-servers
Use the following API format to retrieve a specific destination server configuration, defined by the {INSTANCE_ID}
parameter.
GET /authoring/destination-servers/{INSTANCE_ID}
The following two requests retrieve all destination server configurations for your IMS Organization, or a specific destination server configuration, depending on whether you pass the INSTANCE_ID
parameter in the request.
Select each tab below to view the corresponding payload and their responses.
The following request will retrieve the list of destination server configurations that you have access to, based on IMS Org ID and sandbox configuration.
accordion | ||
---|---|---|
Request | ||
|
accordion | ||
---|---|---|
Response | ||
A successful response returns HTTP status 200 with a list of destination server configurations that you have access to, based on the IMS Org ID and sandbox name that you used. One
|
The following request will retrieve a specific destination server configurations defined by the {INSTANCE_ID}
parameter.
accordion | ||||||||
---|---|---|---|---|---|---|---|---|
Request | ||||||||
|
accordion | ||
---|---|---|
Response | ||
A successful response returns HTTP status 200 with the configuration of the destination server corresponding to the
|
API error handling error-handling
Destination SDK API endpoints follow the general Experience Platform API error message principles. Refer to API status codes and request header errors in the Platform troubleshooting guide.
Next steps next-steps
After reading this document, you now know how to retrieve a destination server configuration through the Destination SDK /authoring/destination-servers
API endpoint.
To learn more about what you can do with this endpoint, see the following articles: