Regenerate a Data Recipient Secret
Data Recipients
Regenerate a Data Recipient Secret
Use the /api/v1/recipients//secret endpoint to regenerate a new client secret for a particular Data Recipient.
POST
Regenerate a Data Recipient Secret
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}/secret endpoint to regenerate a new client secret for a particular Data Recipient.
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