Search
Search all
Search across orders, patients, prescribers, products and tasks.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Search query. Enclose phrases in URL-escaped quotes to search for an exact phrase, e.g. "Joe Public." Searchable fields include ID, order number, name, email, phone, prescriber identifiers, product name and SKU. Substring search is supported for all fields.
Example:
"1234567890"
Optional limit on the number of results to return. Max is 100, default is 50.
Example:
100
Response
200 - application/json
Successful response with array of search results, ordered by relevance. The result_type
in each item is one of order
, patient
, prescriber
, prescription
, non_prescription
, order_material
, or task
.
The response is of type object
.