New Access Request
Make a request to a user requesting access to their personal data
The access request endpoint (/business/new-access-request)
enables you programmatically make a request to a user with respect to that user sharing his/her personal information with you. Please note that the user might approve or turn down your request which in any case you would be notified.
Endpoint
Requires two query parameters id
and api_key
. Note that duplicate requests (from a service provider to the same user) are not allowed.
Here's an example request:
Response:
Status: 201 CREATED
Body:
Response status codes
Last updated