Users
Get the authenticated user
Get the authenticated user who owns this API key.
GET
Authorizations
Enter your API key which starts with 'keeper_'
Response
200
application/json
Default Response
Example:
{
"id": "usr_bq7CmsOKLmkMeZkUUu1hy",
"name": "Rick",
"email": "rick@example.org",
"time_zone": "Europe/Paris",
"role": "owner",
"seat": "member",
"slack_id": "U082KENSEQ3"
}