Skip to main content
GET
/
v2
/
sources
/
{id}
Get source
curl --request GET \
  --url https://api.portable.io/v2/sources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": 123,
    "sourceSpec": {
      "$ref": "#/components/examples/sourceSpecGcal/value"
    },
    "displayName": "<string>",
    "properties": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int>
required

ID

Response

OK

data
object
required