Public
Documentation Settings

FIU V2 service - public

Consent APIs V2

POSTCreate new consent

https://fiu-sandbox.setu.co/v2/consents
AUTHORIZATIONBearer Token
Token
Bodyraw (json)
json
{ 
  "consentDuration": {
    "unit" : "MONTH", 
    "value": "24"
  },
  "vua":  "9999999999@onemoney",
  "dataRange": {
      "from": "2022-12-01T00:00:00Z",
      "to": "2023-08-12T00:00:00Z"
  },
  "context": [
  ]
}
Example Request
curl
curl --location 'https://fiu-sandbox.setu.co/v2/consents' \
--data-raw '{ 
  "consentDuration": {
    "unit" : "MONTH", 
    "value": "24"
  },
  "vua":  "9999999999@onemoney",
  "dataRange": {
      "from": "2022-12-01T00:00:00Z",
      "to": "2023-08-12T00:00:00Z"
  },
  "context": [
  ]
}'
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-sandbox.setu.co/v2/consents/:id
AUTHORIZATIONBearer Token
Token
HEADERS
x-product-instance-id

57bddd40-9a18-4bbe-a827-d349992a0647

PARAMS
expanded

true

PATH VARIABLES
id
Example Request
curl
curl --location 'https://fiu-sandbox.setu.co/v2/consents/:id' \
--header 'x-product-instance-id: 57bddd40-9a18-4bbe-a827-d349992a0647'
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 Last Fetch Status

https://fiu-sandbox.setu.co/v2/consents/:consent_request_id/fetch/status
HEADERS
x-product-instance-id

57bddd40-9a18-4bbe-a827-d349992a0647

Authorization

Bearer

PATH VARIABLES
consent_request_id
Example Request
curl
curl --location 'https://fiu-sandbox.setu.co/v2/consents/:consent_request_id/fetch/status' \
--header 'x-product-instance-id: 57bddd40-9a18-4bbe-a827-d349992a0647' \
--header 'Authorization: Bearer '
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers