cURL
curl --request GET \ --url https://api.cal.com/v2/me \ --header 'Authorization: <authorization>'
{ "status": "success", "data": { "id": 123, "username": "<string>", "email": "<string>", "name": "<string>", "avatarUrl": "<string>", "bio": "<string>", "timeFormat": 123, "defaultScheduleId": 123, "weekStart": "<string>", "timeZone": "<string>", "locale": "en", "organizationId": 123, "organization": { "isPlatform": true, "id": 123 } } }
If accessed using an OAuth access token, the PROFILE_READ scope is required.
PROFILE_READ
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Bearer <token>
<token>
success
error
"success"
Show child attributes
Was this page helpful?