---
title: "Get access token for magic receipts"
method: GET
path: "/v1/client/magic-receipts/access-token"
tags: ["Magic-Receipts"]
---

# Get access token for magic receipts

`GET /v1/client/magic-receipts/access-token`

Get Magic Receipts Access Token returns the access token for the Magic Receipt API.

## Query parameters

- `bb_track` string

## Response `200`

OK

- object
  - `data` MagicReceiptAccessTokenResponse
    - `access_token` string, required
    - `expires_in` integer, required — The number of seconds until the access token expires.

---

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