Calling apps - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service responds with a list of twenty calling apps that made API calls to the portal.

  • It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.
  • The web services displays the twenty calling apps which generate the most calls over the data retention period. The list refreshes every two hours.
Method Endpoint
GET
/analytics/api/v2/traffic/inventory/calling-apps

Response body

The following lines show an example of a JSON response body:

{
  "results": [
    "my-calling-app-1",
    "my-calling-app-2"
  ]
}

Where results lists one or more calling apps.

Return code Description
200 OK Returns results