Skip to main content
GET
/
v3
/
{customerId}
/
partnerdata
/
authsecret
/
disable
/
{permissionId}
Disable Auth Secret
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/partnerdata/authsecret/disable/{permissionId}
{
  "permissionId": "d68aa9e7-1fb3-46be-a4f6-6dfd9b7052c8",
  "authSecret": "55e387aa-4f2b-4b78-b568-222db22b96e6",
  "message": "The partner authorization was disabled successfully."
}
Use the /AuthSecret/Disable endpoint if you are a client of Flinks and want to revoke access from a partner that you have previously granted access to. This endpoint disables their AuthSecret so that they can no longer retrieve data through Flinks APIs. To re-enable the AuthSecret, use the /AuthSecret/Enable endpoint.

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

authSecret
string

The authorization token that was disabled.

message
string

Success message confirming the partner authorization was disabled.