# Get timeslots for provider on date Get timeslots for a provider and date. Endpoint: GET /v1/providers/{provider_id}/calendar/timeslots Version: 1.22 Security: ClientCredentialsFlow ## Path parameters: - `provider_id` (string, required) Example: "pr_abc123-def456_wxyz7890" ## Query parameters: - `date` (string, required) The date for which to get timeslots in YYYY-MM-DD format. This parameter will match against the local date part of the time slot's . For example, a timeslot with start_time of 2024-10-01T22:00 and time_zone of America/New_York is considered 2024-10-01 when querying timeslots, even though it resolves to 2024-10-02 in UTC. Example: "2024-10-26" - `limit` (integer) The limit of objects to get in the response. For this endpoint, this is equivalent to page_size. - `next_page_token` (string) A token to get the next set of results. ## Response 400 fields (application/json): - `request_id` (string, required) - `error_type` (string, required) Enum: "api_error", "invalid_request" - `errors` (array, required) - `errors.field` (string) - `errors.message` (string, required)