Skip to main content
GET
/
user
Get the authenticated user
curl --request GET \
  --url https://api.shiftkeeper.io/user/ \
  --header 'x-api-key: <api-key>'
{
  "user": {
    "id": "<string>",
    "name": "<string>",
    "email": "[email protected]",
    "role": "owner",
    "seat": "viewer",
    "time_zone": "<string>",
    "slack_id": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Enter your API key which starts with 'keeper_'

Response

Default Response

user
object
required