---
title: "Partner Access"
method: GET
path: "/partneraccess/{accesstoken}"
tags: ["Authorization"]
---

# Partner Access

`GET /partneraccess/{accesstoken}`

Retrieve shared user data through Flinks APIs using a partner access token.

## Path parameters

- `accesstoken` string, required

## Response `200`

Success

- object
  - `GetAccountsDetail` object — The data that you retrieved from the endpoint.
  - `RequestId` string — Unique identifier for this request.

## 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)
