API ReferenceSession
GET
/v1/auth/me
Get current signed-in user details
This API Endpoint will return the current user's details. 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?