Get Consents
Used to retrieve all the consents created for each user within an application. At least one of the following filters needs to be applied: filter[applicationUserId], filter[userUuid]=, limit=.
Documentation Index
Fetch the complete documentation index at: https://docs.yapily.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.
Query Parameters
Optional. Filter records based on the list of applicationUserId users provided. At least one of these filters filter[applicationUserId], filter[userUuid]=, limit= must be provided.
Optional. Filter records based on the list of userUuid users provided. At least one of these filters filter[applicationUserId], filter[userUuid]=, limit= must be provided.
Optional. Filter records based on the list of Institution provided.
Optional. Returned transactions will be on or after this date (yyyy-MM-dd'T'HH:mm:ss.SSSZ).
Optional. Returned transactions will be on or before this date (yyyy-MM-dd'T'HH:mm:ss.SSSZ).
Optional. The maximum number of transaction records to be returned. Must be between 1 and 1000. At least one of these filters filter[applicationUserId], filter[userUuid]=, limit= must be provided.
Optional. The number of transaction records to be skipped. Used primarily with paginated results.