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 calling apps that made HTTP requests to the portal.

It is necessary to define header parameters when calling Fluid Topics web services in order for Fluid Topics to log calling apps.

The Calling apps web service v2 returns data starting April 1st, 2023. For data prior to April 1st, 2023, use the Call apps v1 web service.

Method Endpoint
GET /analytics/api/v2/traffic/inventory/calling-apps
Method Endpoint
GET /analytics/api/calling-apps

The Calling apps v1 web service only returns data prior to April 1st, 2023. For data starting April 1st, 2023, use the Calling apps v2 web service.

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