Update a Data Recipient
Data Recipients
Update a Data Recipient
Use the /api/v1/recipients/ endpoint to update the redirect URLs for a particular Data Recipient.
PUT
Update a Data Recipient
Use theDocumentation Index
Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
Use this file to discover all available pages before exploring further.
/api/v1/recipients/{client_id} endpoint to update the redirect URLs for a particular Data Recipient.
This endpoint replaces any existing redirect URLs with the new ones that you pass. It does not append the new URLs to the old ones.
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
Bearer token obtained from the /Token endpoint.
Path Parameters
The id for the Data Recipient you want to update.
Body
application/json
The new redirect URLs that you want to use. We will replace the existing redirect URLs with the new ones that you pass.