Skip to main content
GET
/
v2
/
sourcespecs
/
{name}
Get source spec
curl --request GET \
  --url https://api.portable.io/v2/sourcespecs/{name} \
  --header 'Authorization: Bearer <token>'
{
  "$ref": "#/components/examples/sourceSpecGcal/value"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

Name

Response

OK

data
object
required
Example:
{
"$ref": "#/components/examples/sourceSpecGcal/value"
}