POST
/
topics
/
table_metrics
Table Metrics
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>"
      ]
    }
  ]
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

Successful Response

The response is of type object.