cURL
curl --request GET \ --url https://api.portable.io/v2/sources \ --header 'Authorization: Bearer <token>'
{ "data": { "$ref": "#/components/examples/listOfSourceSummaries/value" } }
List all the sources. A source is an instantiation of a source spec.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
The name of the source spec that this source is an instance of
A human-readable name for the source