---
title: "Connection metadata"
method: GET
path: "/me"
tags: ["Meta"]
---

# Connection metadata

`GET /me`

Data about the access token and account connection.

## Headers

- `X-Client-Correlation-Id` string
- `X-PSU-IP` string

## Response `200`

OK

- object
  - `results` Me[]
    - `client_id` string
    - `credentials_id` string
    - `consent_status` string
    - `consent_status_updated_at` string
    - `consent_created_at` string
    - `consent_expires_at` string
    - `provider` object
      - `display_name` string
      - `logo_uri` string
      - `provider_id` string
    - `scopes` string[]
    - `privacy_policy` string
  - `status` 'Succeeded' | 'Queued' | 'Running' | 'Failed' — Indicates whether the request was successful. 'Queued', 'Running' and 'Failed' can be returned for async requests

## Other responses

- `401` — Unauthorized
- `403` — Access denied
- `429` — Rate limit exceeded
- `500` — Internal Server Error
- `503` — Service unavailable
- `504` — Gateway timeout

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/revisions/5f6051515b2c/schema)
