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.
/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.