v3
latestOpenAPI 3.0.02026-07-311784111.3 MBAccount Management
Private
Retrieves a log of API access attempts and authentication events for the authenticated account. The log includes information such as IP addresses, timestamps, API methods called, and authentication status.
Use this method to monitor account security, review API usage patterns, and identify unauthorized access attempts. Results can be paginated using the offset and count parameters.
Scope: account:read
get/private/get_access_log
Query parameters
offsetinteger
Example:10
The offset for pagination, default - 0
countinteger
Number of requested items, default - 10, maximum - 1000
Response
Success response
Example response
{
"result": [
{
"id": 5967413,
"timestamp": 1536569522277
}
]
}