/
Looks up consumers based on the provided filter criteria using GET method
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Query parameters
serviceProviderIdintegerOptionalExample:
Service Provider ID
123organizationIdintegerOptionalExample:
Organization ID
456firstNamestringOptionalExample:
First Name
JohnlastNamestringOptionalExample:
Last Name
DoebirthDatestringOptionalExample:
Birth Date
1990-01-01genderstringOptionalExample:
Gender
MaleisPatientbooleanOptionalExample:
Is Patient
trueisPrimarybooleanOptional
Is Primary
includeInActivebooleanOptionalExample:
Include Inactive
trueinactivebooleanOptional
Inactive
mobileNumberstringOptionalExample:
Mobile Number
1234567890archivedbooleanOptionalExample:
Archived
truenamestringOptionalExample:
Name
Sample NamepageNumberstringOptionalExample:
Page Number
1pageSizestringOptionalExample:
Page Size
10sortByobjectOptionalExample:
Sort By
{"field":"firstName","order":"asc"}Responses
200Success
application/json
get
/api/consumer-lookup/200Success
Looks up consumers based on the provided filter criteria using POST method
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Body
serviceProviderIdintegerOptionalExample:
Service Provider ID
123organizationIdintegerOptionalExample:
Organization ID
456firstNamestringOptionalExample:
First Name
JohnlastNamestringOptionalExample:
Last Name
DoebirthDatestringOptionalExample:
Birth Date
1990-01-01genderstringOptionalExample:
Gender
MaleisPatientbooleanOptionalExample:
Is Patient
trueisPrimarybooleanOptional
Is Primary
includeInActivebooleanOptionalExample:
Include Inactive
trueinactivebooleanOptional
Inactive
mobileNumberstringOptionalExample:
Mobile Number
1234567890archivedbooleanOptionalExample:
Archived
truenamestringOptionalExample:
Name
Sample NamepageNumberstringOptionalExample:
Page Number
1pageSizestringOptionalExample:
Page Size
10sortByobjectOptionalExample:
Sort By
{"field":"firstName","order":"asc"}Responses
200Success
application/json
post
/api/consumer-lookup/200Success