Skip to main content
GET
Get a user by username

Authorizations

Authorization
string
header
required

Use the Authorization header with Bearer scheme.

Examples:

  • API Key: Authorization: Bearer calid_xxxxx

Path Parameters

userslug
string
required

Public user slug used in profile and booking URLs.

Minimum string length: 1
Example:

"john-doe"

Response

User public events

User public events

success
enum<boolean>
required
Available options:
true
data
object[]
message
string
meta
object