Get non-insurance payer categories

Beta

Returns 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

AuthorizationstringRequired

OAuth authentication of the form <token>.

Query parameters

search_termstringOptional
Filters categories by fuzzy matching on name.
limitintegerOptional
Limits the maximum number of categories that will be returned. Defaults to 100.
page_tokenstringOptional
The page token to continue paging through a previous request.

Response

This endpoint returns an object.
itemslist of strings
next_page_tokenstring or null
prev_page_tokenstring or null