Get all the consent and subscription requests with given filters
Retrieve all consent and subscription requests based on specified filters.
By invoking this API, users can obtain a comprehensive list of requests that match the given criteria, including details about their status, scope, and any associated conditions. This functionality is essential for managing and tracking consent and subscription requests efficiently, ensuring that users have access to accurate and up-to-date information. The consent limit - to limit records being fetched The consent offset - to skip the records before fetching the first record The subscription limit - to limit records being fetched The subscription offset - to skip the records before fetching the first record The status of the subscription and consent Unique UUID for tracking the end-to-end request transaction Actual time of the request was initiated, ISO 8601 represents date and time by starting with the year, followed by the month, the day, the hour, the minutes, seconds, and milliseconds Suffix of the consent manager to which the request was intended JWT Authentication token which was issued by ABDM after successful validation of username and password OK Bad Request Forbidden server cannot find the requested resource Internal Server Error Internal Server Error -> It is just one example, for every api the path will be changed.Authorizations
Authorizationbearer tokenRequiredQuery parameters
consentLimitstringRequiredconsentOffsetstringRequiredsubscriptionLimitstringRequiredsubscriptionOffsetstringRequiredstatusstringRequiredHeaders
REQUEST-IDstringRequiredTIMESTAMPstringRequiredX-CM-IDstringRequiredX-AUTH-TOKENstringRequiredResponses
200400403404500503