v1
latestOpenAPI 3.1.02026-07-24447622848.7 KBContacts
Search Contacts
get/api/2.0/contacts/search/
Query parameters
citystring
The city to search for contacts.
limitinteger
Number of results to return per page.
offsetinteger
The initial index from which to return the results.
qstring
Contact name or fax number to look for.
specialtiesstring
Comma separated specialties to look for contacts. Examples: "psychology,dental care" or "pharmacy".
statestring
The state to search for contacts.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}