This web service returns information about a Fluid Topics source.
Method | Endpoint |
---|---|
GET |
/api/admin/khub/sources/{sourceId} |
Path parameter | Type | Description |
---|---|---|
{sourceId} |
String | The source identifier. |
Response body
{
"id": "SOURCE_ID",
"name": "Name of the source",
"type": "Type of the source",
"description": "Description of the source"
}
- Administrators or API keys with the
ADMIN
orKHUB_ADMIN
role can get a source. - Administrators or API keys with the
CONTENT_PUBLISHER
role can get a source they have permission for.