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>
Show child attributes
Successful Response
The response is of type Response Table Metrics Topics Table Metrics Post · object.
Response Table Metrics Topics Table Metrics Post · object
Was this page helpful?