Get non-insurance payer categories
BetaReturns a paginated list of all non-insurance payer categories.
Non-insurance payer categories are simply strings and are not stored as a
separate object in Candid. They are created when added to at least one
non-insurance payer’s category
field and are deleted when there are no
longer any non-insurance payers that contain them.
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
search_term
Filters categories by fuzzy matching on name.
limit
Limits the maximum number of categories that will be returned. Defaults to 100.
page_token
The page token to continue paging through a previous request.
Response
This endpoint returns an object.
items
next_page_token
prev_page_token