cURL
curl --request GET \ --url https://api.portable.io/v2/destinationspecs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "displayName": "<string>", "website": "<string>", "tagLine": "<string>", "lifecycle": "ALPHA" } ] }
List all supported destination specs
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