SavvyCal API
Endpoints
Resources
Webhooks
SavvyCal API
Home Help

Users

Endpoints for fetching user information.

Get Current User

This endpoint allows you to fetch information about the current user.

GET
/v1/me

Response

200
OK

When successful, returns a Current User resource.

{
"id": "user_01ED74HMFGVZ92YVCWTD8Y8H6X",
// ...
}
401
Unauthorized

If the authorization token is not valid, returns an unauthorized response.

{ "errors": [ { "message": "Unauthenticated" }] }