v1

latestOpenAPI 3.1.02026-07-2483219318.4 KB
Me

Get current user

Get information about the Akahu user and the access they have provided.

ℹ️

The email key will only be visible if you have the required permissions.

get/me

Headers

X-Akahu-Idstring required

Your App ID Token.

Response

Successful response.

successboolean

Example response

{
  "item": {
    "_id": "user_ck9uh3kex000107muemzpdkr7",
    "access_granted_at": "2020-05-05T22:17:08.121Z",
    "email": "oliver@akahu.nz"
  }
}