count and cursor to page through large result sets.
Request
GET https://api.clinikapi.com/v1/practitioners
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Query Parameters
Filter by name using a partial, case-insensitive match against first name and last name.
Filter by specialty (partial match).
Filter by National Provider Identifier (exact match).
Filter by active status (
true or false).Number of results per page. Default:
20. Maximum: 100.Opaque pagination cursor from the previous response.
Response
Returns200 OK with a paginated list of practitioners.
Array of practitioner objects matching the search criteria.
Total number of practitioners matching the query.
Cursor for the next page.
null when there are no more results.true if additional pages of results exist.Standard response metadata.