Skip to main content
GET
/
partneraccess
/
{accesstoken}
Partner Access
curl --request GET \
  --url https://{instance}-api.private.fin.ag/partneraccess/{accesstoken}
{
  "GetAccountsDetail": [
    {
      "LoginId": "eceae0c0-1ed3-468f-ae30-08d6decf1675",
      "CustomerId": "43387ca6-0391-4c82-857d-70d95f087ecb"
    }
  ],
  "RequestId": "12345678-1234-1234-1234-123456789012"
}
Use the /PartnerAccess endpoint if you are partnered with a client of Flinks and you want to retrieve shared user data through Flinks APIs. To successfully call this endpoint, you must have an AuthSecret and an Access Token. If you do not have these, ask your partner to provide them for you. Use the data that you retrieve from this endpoint within the terms that you and your partner have consented to.

Path Parameters

accesstoken
string
required

The access token provided by the partner.

Response

Success

GetAccountsDetail
object

The data that you retrieved from the endpoint.

RequestId
string

Unique identifier for this request.