Request Data Provider Registrations

Use the POST /api/v1/recipients/providers/requests endpoint to submit a request to Flinks to connect Data Recipients with Data Providers. Flinks will evaluate the request and approve the registrations.

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

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!