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-Appvalue 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 |
|
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 |