Authentication
Retrieve Identity
get/v2/whoami
Headers
x-api-versionstring
An API version
Example:2022-05-01
7shifts API version
x-company-guidstring uuid
Company GUID
Response
OK
Example response
{
"data": {
"users": [
{
"timezone": "America/Chicago",
"language": "en",
"skill_level": 2,
"wage_type": "salary"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.