cURL
curl --request GET \ --url https://api.portable.io/v2/sourcespecs \ --header 'Authorization: Bearer <token>'
{ "data": { "$ref": "#/components/examples/listOfSourceSpecs/value" } }
List all source specs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes