GET
/
v2
/
destinationspecs
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"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
data
object[]
required