---
title: "Get Partner Data"
method: GET
path: "/v3/{customerId}/partnerdata/{LoginId}/{AccountId}"
tags: ["Authorization"]
---

# Get Partner Data

`GET /v3/{customerId}/partnerdata/{LoginId}/{AccountId}`

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.

## Path parameters

- `customerId` string, required
- `LoginId` string, required
- `AccountId` string, required

## Headers

- `Authorization` string

## Response `200`

Response Body

- object
  - `RequestId` string — Unique identifier for this request.
  - `AccessToken` string — The unique Access Token that your partner can use to retrieve data for the specific user.
  - `Date` string — Timestamp when the Access Token was created.
  - `ExpirationDate` string — Timestamp when the Access Token expires (30 days from creation).

## Other responses

- `400` — Response Body

---

[API](https://skmtc.net/flinks/apis/flinks-api.md) · [All operations](https://skmtc.net/flinks/apis/flinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flinks/flinks-api/versions/0983646f91b4/schema)
