Connected sources
List connected sources
Returns one row per supported provider (resourcespace, frontify, shutterstock, unsplash, getty). Providers that haven’t been configured for this org are returned with status="not_configured" rather than omitted.
Authorization
ApiKey AuthorizationBearer <token>
Bearer API key. CMS endpoints require cms:read or cms:write (plus narrower writes for specific resources).
In: header
Response Body
application/json
curl -X GET "https://example.com/connected_sources"{ "object": "list", "data": [ { "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" } ], "has_more": true, "url": "string"}