Get details of Authentication calls

Our M2M usage has suddenly shot up and we don’t understand why. Here’s the usage from last 3 months, and for this month to date:
|2020-03|943|
|2020-02|1,909|
|2020-01|511|
|2019-12|83|

There is no apparent change in our usage pattern. We generate a new token on a device every 17 days only.

I am at a loss on how to investigate this. Is there a way to get more details of each call, instead of just the count?

On a related note, are the daily usage counts updated in real-time? If not, what is the approximate delay?

M2M usage is based on the Client Credentials Grant and are logged in the logs, under event type: seccft
according to: Log Event Type Codes

You should be able to see them in the Dashboard > Logs (Success Exchange) > type: seccft, where you see details like client ID, application name, etc.

(Related question: Machine to Machine quota and the example React+API)

1 Like

Exactly what I needed. Thanks a lot!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.