How to Get Destination Details Using the REST API?
Question
How can I get a destination's details using the REST API?
Environment
REST API
Answer
To get a destination's details using the REST API, do the following:
- Get the list of group IDs using the List All Groups endpoint.
- Find the destination whose details you want to obtain by checking the
name
value in theitems
object in the response. Make a note of theid
value of the relevant destination. - Retrieve destination details using the Retrieve Destination Details endpoint.