Use the /AuthSecret endpoint if you are a client of Flinks and want to grant access for a partner to retrieve data that is processed by Flinks. This endpoint generates a unique authorization token that your partner can use to securely access Flinks APIs.
Use the /AuthSecret endpoint if you are a client of Flinks and want to grant access for a partner to retrieve data that is processed by Flinks. This endpoint generates a unique authorization token that your partner can use to securely access Flinks APIs. Each partner only needs one unique authorization token for the duration of the time they are accessing data through Flinks. Call this endpoint once for each partner you are providing access to. In addition toDocumentation Index
Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
Use this file to discover all available pages before exploring further.
/AuthSecret, this endpoint also returns a PermissionId that revokes access to Flinks APIs by disabling the unique authorization token. Save the PermissionId on your side. For more information about revoking access to Flinks APIs, see the /AuthSecret/Disable endpoint.Contains the Bearer Token (the API secret key that Flinks provides you with).
Key that grants access to the environment specified in the instance field. By default, the value is set to the Sandbox environment key.
Name that you want to assign to this partner. If this field is left empty, the default value is PartnerTest.
Response Body
Unique identifier for this request.
Unique identifier used to revoke access to Flinks APIs by disabling the authorization token. Save this value.
The unique authorization token that your partner can use to securely access Flinks APIs.
Success message confirming the token was generated.