v1

latestOpenAPI 3.0.32026-07-13347237.5 KB
Authorization

Generate Authorize Token

Use the /GenerateAuthorizeToken endpoint to get an Authorize Token (the RequestId) that's valid for 30 minutes.

post/v3/{customerId}/BankingServices/GenerateAuthorizeToken

Path parameters

customerIdstring required

Unique GUID provided by Flinks that grants you access to the environment specified in the instance field.

Headers

flinks-auth-keystring required
Example:c4569c54-e167-4d34-8de6-f4113bc82414

Your secret key (provided by Flinks during integration setup). Used only on this endpoint to generate a one-time authorize token; on /Authorize, pass the generated token instead.

Content-Typestring required

Content type of the request.

Acceptstring required

Acceptable response media type.

Response

Success

HttpStatusCodeinteger
Tokenstring