List custom fields for the caller’s organization. Supports filtering by category, model, and source (API vs DASHBOARD).
Documentation Index
Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by category, e.g. HRIS.
HRIS, ATS, LMS "HRIS"
Filter by model slug, e.g. employee.
64^[a-z][a-z0-9_-]*$"employee"
Filter by origin: 'API' for fields created via the public API, 'DASHBOARD' for fields created from the Bindbee dashboard.
DASHBOARD, API "API"
Number of results to return per page. Maximum size is 200.
1 <= x <= 200The pagination cursor value.
Successful Response