This web service returns information about a Fluid Topics source.
| Method | Endpoint |
|---|---|
GET |
|
| Path parameter | Type | Description |
|---|---|---|
{sourceId} |
String | The source identifier. |
It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.
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
ADMINorKHUB_ADMINrole can get a source. - Administrators or API keys with the
CONTENT_PUBLISHERrole can get a source they have permission for. - It is not possible to get a source on a consumer portal.