FIU service - public
Consent APIs
POSTCreate new consent
https://fiu-uat.setu.co/consents
Call this API to create a consent request. Update Customer.id with your mobile number to be able to test the flow. This API responds with a url to initiate consent review flow as part of the response, with consent status as PENDING.
Read more about Consent Review by Customer here(https://docs.setu.co/data/account-aggregator/api-integration/consent-flow#consent-review-by-customer)
HEADERS
x-client-id
x-client-secret
Bodyraw (json)
Example Request
Create new consent
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGet a consent
https://fiu-uat.setu.co/consents/:id
Call this API to get the updated status of a consent request by passing its unique id
. If the consent is approved, the Status in the response will be ACTIVE
. After this, you can now initiate Data flow for the approved consent request.
HEADERS
x-client-id
x-client-secret
PATH VARIABLES
id
Example Request
Get a consent
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers