Skip to main content
GET
/
v3
/
{customerId}
/
partnerdata
/
authsecret
/
enable
/
{permissionId}
Enable Auth Secret
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/partnerdata/authsecret/enable/{permissionId}
{
  "permissionId": "d68aa9e7-1fb3-46be-a4f6-6dfd9b7052c8",
  "authSecret": "55e387aa-4f2b-4b78-b568-222db22b96e6",
  "message": "The partner authorization was re-enabled successfully."
}
Use the /AuthSecret/Enable endpoint if you are a client of Flinks and want to re-enable a partner’s Auth Secret to provide access to data that is processed through Flinks. This endpoint re-enables an Auth Secret that you have previously disabled. If this is the first time that you are providing this partner access to Flinks APIs, use the /AuthSecret endpoint to create a new Auth Secret and set up a new partner.

Path Parameters

customerId
string
default:43387ca6-0391-4c82-857d-70d95f087ecb
required

Key that grants access to the environment specified in the instance field. By default, the value is set to the toolbox environment key.

permissionId
string
required

Revokes access to Flinks APIs for the partner it's associated with.

Response

Response Body

permissionId
string

The permission ID that was re-enabled.

authSecret
string

The authorization token that was re-enabled.

message
string

Success message confirming the partner authorization was re-enabled.