Get a human

Get a single human by ID, including their availability rules. Returns availability_rules: null if rules haven’t been configured yet.

Authentication

AuthorizationBearer
API key authentication. Pass your key as a Bearer token: ``` Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxx ``` Get your API key from the [Slotflow Dashboard](https://app.slotflow.dev).

Path parameters

humanIdstringRequiredformat: "uuid"
The ID of the human

Response

Human with availability rules
activeboolean
Whether the human is active and bookable
created_atdatetime
ISO 8601 creation timestamp
idstringformat: "uuid"
Unique identifier for the human
namestring
Full name of the human
timezonestring

IANA timezone identifier (e.g. “America/New_York”)

availability_rulesobject or null
The human's base weekly schedule. Null if not yet configured.
emailstring or null

Email address (optional)

rolestring or null

Role or title (e.g. “sales_rep”, “interviewer”)

Errors