GET
/public/v1/me
curl \
--request GET 'https://live.smartpmtech.com/public/v1/me' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
{
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@smartpm.com",
"phone": 4043293000,
"title": "Project Manager",
"ssoEnabled": false
}