GET
/
v2
/
me
curl --request GET \
  --url https://api.cal.com/v2/me
{
  "status": "success",
  "data": {
    "id": 123,
    "username": "<string>",
    "email": "<string>",
    "timeFormat": 123,
    "defaultScheduleId": 123,
    "weekStart": "<string>",
    "timeZone": "<string>",
    "organizationId": 123,
    "organization": {
      "isPlatform": true,
      "id": 123
    }
  }
}

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required