GET
/
v2
/
sourcespecs
/
{name}
curl --request GET \
  --url https://api.portable.io/v2/sourcespecs/{name} \
  --header 'Authorization: Bearer <token>'
{
  "name": "google_calendar",
  "displayName": "Google Calendar",
  "website": "https://calendar.google.com",
  "tagLine": "Calendar App",
  "lifecycle": "STABLE",
  "authenticationStrategy": "AUTH_CODE"
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

name
string
required

Name

Response

200 - application/json
data
object
required