Skip to main content
GET
List and search instructors

Authorizations

Authorization
string
header
required

Organization-scoped bearer credential: a customer API key (1club_sk_live_...) or an MCP OAuth access token.

Query Parameters

Match on instructor name

Maximum string length: 120
clubId
integer

Only instructors assigned to this club

sport
string

Only instructors who list this sport (e.g. "padel")

bookableOnly
enum<string>

When "true", only instructors who take one-on-one bookings

Available options:
true,
false
limit
integer
default:25

Maximum number of instructors to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of instructors to skip

Required range: x >= 0

Response

Page of instructors

data
object[]
total
integer

Total instructors matching the filters, ignoring pagination

limit
integer
offset
integer