Skip to main content
GET
/
v2
/
sources
List sources
curl --request GET \
  --url https://api.portable.io/v2/sources \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "$ref": "#/components/examples/listOfSourceSummaries/value"
  }
}

Authorizations

Authorization
string
header
required

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

Response

OK

data
object[]
required