Consent General
Queries related to all types of consent
Last updated
Was this helpful?
Queries related to all types of consent
Last updated
Was this helpful?
Query general consent records using specific filter criteria.
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
A query string for obtaining specific consent records using Number's query language. Build logical terms and join them with '&&' for logical AND or '||' for logical OR. Use single quotes for text and date values. Refer to the variable chart for query composition:
(G=1)&&(B>'10/20/2024')
Successful response with consent records.
Retrieve consents associated with cards that are expiring within a specified number of days.
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
The number of days within which the cards are expiring.
20
Successful response with consents for expiring cards.
Retrieve consents for cards expiring within a specified date range.
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
The start date of the expiration period.
7/10/2023
The end date of the expiration period.
8/9/2023
Successful response with consents for expiring cards in the specified range.