ConsistlyAPI
Connected sources

Retrieve a connected source

GET
/connected_sources/{provider}
AuthorizationBearer <token>

Bearer API key. CMS endpoints require cms:read or cms:write (plus narrower writes for specific resources).

In: header

Path Parameters

provider*string

Response Body

application/json

curl -X GET "https://example.com/connected_sources/resourcespace"
{  "id": "string",  "object": "connected_source",  "organization": "string",  "provider": "resourcespace",  "status": "string",  "health": "string",  "capabilities": [    "string"  ],  "config": {    "property1": null,    "property2": null  },  "configured_by": "string",  "configured_at": "string",  "updated_by": "string",  "last_verified_at": "string",  "last_error": "string",  "created": "string",  "updated": "string"}