This web service responds with a list of twenty calling apps that made HTTP requests to the portal.
The web services displays the twenty calling apps which generate the most calls over the data retention period. The list refreshes every two hours.
It is necessary to define header parameters when calling Fluid Topics web services in order for Fluid Topics to log calling apps.
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 |