API ReferenceSession
GET
/v1/auth/me/history
Get user's session history
This API Endpoint will return the current user's session history including geo-location and IP address. This endpoint requires the user to be signed in and have a valid refreshJwt
. The refreshJwt
is then used as part of the Authorization Bearer to perform this task.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID:Refresh JWT\>
Authorization
Authorization
RequiredBearer <token>
In: header
Status code | Description |
---|---|
200 | OK |
Was this helpful?