cURL
curl --request POST \ --url https://api.streamkap.com/topics/table_metrics \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "entities": [ { "id": "<string>", "entity_type": "<string>", "connector": "<string>", "topic_ids": [ "<string>" ], "topic_db_ids": [ "<string>" ] } ] }'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object
Was this page helpful?