Modify Partner Secret
PUT {{baseUrl}}/aggregation/v2/partners/authentication
Change the Partner Secret used to authenticate this partner.
The secret does not expire, but can be changed by calling this endpoint. A valid Partner Secret may contain upper and lowercase characters, numbers, and the characters !, @, #, $, %, &, *, _, -, +. It must include at least one number and at least one letter, and its length should be between 12 and 255 characters.
Supported regions:
Request Body
{"partnerId"=>"{{partnerId}}", "partnerSecret"=>"{{partnerSecret}}", "newPartnerSecret"=>"{{partnerSecret}}_updated"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Finicity-App-Key | string | ||
Accept | string |