v1

latestOpenAPI 3.0.32026-07-13347237.5 KB
Authorization

Get Partner Data

Use the /PartnerData 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 Access Token that's associated with a specific user.

get/v3/{customerId}/partnerdata/{LoginId}/{AccountId}

Path parameters

customerIdstring required

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

LoginIdstring required

Unique identifier that represents a specific user. This value is available after successfully calling the /Authorize endpoint.

AccountIdstring required

Unique identifier that represents a specific user account.

Headers

Authorizationstring

Contains the Bearer Token (the API secret key that Flinks provides you with).

Response

Response Body

RequestIdstring

Unique identifier for this request.

AccessTokenstring

The unique Access Token that your partner can use to retrieve data for the specific user.

Datestring

Timestamp when the Access Token was created.

ExpirationDatestring

Timestamp when the Access Token expires (30 days from creation).

All 34 operations