cURL
curl --request GET \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/topic-destination-routes \ --header 'X-Api-Key: <api-key>'
[ { "id": "<string>", "topicId": "<string>", "destinationId": "<string>", "projectId": "<string>", "createTime": "2023-11-07T05:31:56Z" } ]
The Ampersand project ID or project name.
Filter by topic ID.
Filter by destination ID.
List of topic destination routes
The topic destination route ID.
The ID of the topic.
The ID of the destination.
The Ampersand project ID.
The time when the topic destination route was created.
Was this page helpful?