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.
/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. It’s created based on the user’s loginId and the accountId. Your partner uses this Access Token to retrieve data for that specific user.
Access tokens are valid for 30 days from the time they are created. To extend an Access Token by 30 days, call this endpoint again and provide the same information that you provided in the previous call.
Depending on your processes, your partner may need to provide information in addition to an Access Token. For example, if you are using a payments processor, you will likely attach the Access Token when creating a user. Let your partner know if there is additional information that they require for a successful API call.
Contains the Bearer Token (the API secret key that Flinks provides you with).
Key that grants access to the environment specified in the instance field. By default, the value is set to the toolbox environment key.
Unique identifier that represents a specific user. This value is available after successfully calling the /Authorize endpoint.
Unique identifier that represents a specific user account.
Response Body