cURL
curl --request GET \ --url http://localhost:8081/v1/connections/labels \ --header 'X-Org-Id: <x-org-id>' \ --header 'X-Reevit-Key: <api-key>'
[ { "label": "<string>", "total": 123, "providers": {}, "statuses": {} } ]
API key for server-to-server authentication
Organization identifier for multi-tenancy
OK
Show child attributes