Skip to main content
POST
https://ob.flinksapp.com
/
api
/
v1
/
recipients
Create a Data Recipient
curl --request POST \
  --url https://ob.flinksapp.com/api/v1/recipients
Use the /api/v1/recipients endpoint to add a new Data Recipient to the Open Banking API. To successfully call this endpoint, you must first call the /Token endpoint to obtain a valid access_token using the following settings:
  • grant_type: client_credentials
  • client_id: {partner client_id}
  • client_secret: {partner client_secret}
  • scope: client:admin