Get a source - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

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 or KHUB_ADMIN role can list all sources.
  • Administrators or API keys with the CONTENT_PUBLISHER role can only list sources they have permissions for.