Skip to main content
POST

Authorizations

Authorization
string
header
required

A JWT SA token issued to this service

Body

application/json

Cursor

cursor
string

Cursor to fetch more data if available or continue the polling process if required

Example:

"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK"

Response

Sign-in attempts response object

An object wrapping cursor properties and a list of sign-in attempts

items
object[]
cursor
string

Cursor to fetch more data if available or continue the polling process if required

Example:

"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK"

has_more
boolean

Whether there may still be more data to fetch using the returned cursor. If true, the subsequent request could still be empty.