get https://ob-preprod.flinksapp.dev/api/v1/authorize/providers
Use the /api/v1/authorize/providers
endpoint to list which Data Providers a particular Data Recipient is registered with.
Before a customer starts working with a Data Recipient, confirm their Data Provider is registered with the Data Recipient they want to work with. If the Data Recipient is already registered with the Data Provider, use the /Authorize
endpoint to initiate the authorization flow. If they are not yet registered, use the /Recipients/providers/requests
endpoint to submit a registration request to Flinks.
To successfully call this endpoint, you must first call the /Token
endpoint using the client_credentials
grant_type to obtain a valid access_token
.