Hosted Pages is available as a Beta version.
Please contact your Customer Success Manager if you would like to access it.
Introduction
Hosted data consent statuses and phases are used to track the progress of a consent request made using Yapily Hosted Pages for data access. This guide explains the differences between thestatus and phases fields in the GET /hosted/consent-requests response.
Related Fields in Response
The following example shows the key fields from a response of the GET /hosted/consent-requests/ endpoint. For brevity, only thephases and consentStatus fields are included.
phases array records the chronological sequence of phases that the consent request has gone through. The consentStatus field indicates the current status of the consent.
Mapping Between Status and Phases
As phases are recorded for every step that a consent request goes through, they provide a more detailed view of the progress. Therefore, multiple phases can map to a single status. The table below provides a mapping of the phases to the consent statuses:Related Resources
Hosted Pages Resources
- Data Tutorial - Complete data access integration guide
- UI Screens - Visual guide to the hosted flow
API Resources
- GET /hosted/consent-requests - Retrieve consent request details
- Consent Management - Managing data consents
Implementation Resources
- Error Handling - Handle consent failures gracefully
- Support - Get help with implementation