---
title: "MyAccessToken"
method: GET
path: "/access-tokens/me"
tags: ["MyAccessToken"]
---

# MyAccessToken

`GET /access-tokens/me`

## Query parameters

- `fields` string[]

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Branding` string

## Response `200`

Success response

- object
  - `status` string, required
  - `type` string, required
  - `data` object, required
    - `publicId` string
    - `expiresOn` string, date-time
    - `geoLocation` object
      - `latitude` string
      - `longitude` string
      - `country` string
      - `city` string
    - `created` object
      - `ip` string, nullable
      - `on` string, date-time
      - `userAgent` string, nullable
    - `scope` union
      - object
        - `type` 'unrestricted', required
      - object
        - `type` 'allow', required
        - `rels` object[], required
          - `rel` string
          - `get` boolean, nullable
          - `post` boolean, nullable
          - `patch` boolean, nullable
          - `delete` boolean, nullable
          - `put` boolean, nullable
      - object
        - `type` 'deny', required
        - `rels` object[], required
          - `rel` string
          - `get` boolean, nullable
          - `post` boolean, nullable
          - `patch` boolean, nullable
          - `delete` boolean, nullable
          - `put` boolean, nullable
    - `ssoIdentityProvider` object, nullable
      - `publicId` string
      - `companies` object[]
        - `publicId` string
      - `name` string
      - `logo` string, nullable

## Other responses

- `4XX` — 4XX error response

---

[API](https://skmtc.net/ixon/apis/ixon-api.md) · [All operations](https://skmtc.net/ixon/apis/ixon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ixon/ixon-api/revisions/7875dc33d41f/schema)
