Skip to main content
POST
/
api
/
v1
/
recipients
/
providers
/
requests
/
{recipient_ids}
/
{provider_ids}
Request Data Provider Registrations
curl --request POST \
  --url https://ob.flinksapp.com/api/v1/recipients/providers/requests/{recipient_ids}/{provider_ids} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Invalid request parameters"
}
Use the POST /api/v1/recipients/providers/requests/{recipient_ids}/{provider_ids} 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

Authorizations

Authorization
string
header
required

Bearer token obtained from the /Token endpoint.

Path Parameters

recipient_ids
string[]
required

The IDs of Data Recipients who you want to request registration for.

provider_ids
string[]
required

The IDs of Data Providers who you want to include in the registration.

Response

Client Error

message
string