Checkio API
get/v1/my/sign-ins

List my sign-ins

Requires Authentication
My

Returns the sign-in history for the current user

Query Parameters

NameTypeDescription
page
integer-Default: 1
pageSize
integer-Default: 20

Responses

Sign-in history

Response Bodyapplication/json
items
array
SignInRecord[]
SignInRecord
total
integer
page
integer
pageSize
integer

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/v1/my/sign-ins' \
  -H 'Authorization: Bearer {token}'