Users
User actions
Get all information about your profile
GET
https://app.zencal.io/api/v1/profile
The method returns information on the user to whom the API key applies
Headers
Name
Type
Description
X-Zencal-Api-Key*
String
Zencal Api key
Content-Type*
String
application/json
Accept*
String
application/json
Update your profile information
PATCH
https://app.zencal.io/api/v1/profile
Headers
Name
Type
Description
X-Zencal-Api-Key*
String
Zencal Api key
Content-Type*
String
application/json
Accept*
String
application/json
Request Body
Name
Type
Description
String
User's email
firstName
String
User's first name
lastName
String
User's last name
phone
String
Phone number
phonePrefix
String
Phone number prefix eg. 43
It's required if phone is sent
Last updated