cURL
curl --request GET \ --url https://api.portable.io/v2/destinationspecs/{name} \ --header 'Authorization: Bearer <token>'
{ "data": { "name": "<string>", "displayName": "<string>", "website": "<string>", "tagLine": "<string>", "lifecycle": "ALPHA", "instructions": "<string>", "propertyDefinitions": [ { "name": "<string>", "displayName": "<string>", "type": "STRING", "required": true, "description": "<string>" } ] } }
Get a destination spec by name
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name
OK
The response is of type object.
object