Go
Get blocks by identifier
Retrieve details of all Brute-force Protection blocks for a user with the given identifier (username, phone number, or email).
GET
Go
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de requête
Should be any of a username, phone number, or email.
If true and Brute Force Protection is enabled and configured to block logins, will return a list of blocked IP addresses.
If true and Brute Force Protection is disabled, will return an empty list.Réponse
User successfully retrieved.
Array of identifier + IP address pairs. IP address is optional, and may be omitted in certain circumstances (such as Account Lockout mode).