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
Show child attributes
The name of the destination spec
A human-readable name for the destination spec
The website of the destination spec
A one line description of the destination spec
ALPHA
BETA
STABLE
DEPRECATED