cURL
curl --request GET \ --url https://api.portable.io/v2/destinations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "displayName": "<string>", "destinationSpec": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
List all the destinations for the given user. A destination is where the data from a source gets loaded into.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object