---
title: "Use Token"
method: POST
path: "/track_usages"
tags: ["Api::TrackUsages"]
---

# Use Token

`POST /track_usages`

## Headers

- `x-api-key` string, required

## Request body

- object
  - `data` object
    - `type` string
    - `attributes` object
      - `type` 'cpf' | 'curp' | 'token' | 'code', required — Type of TP customer identifier.
      - `identifier` string, required — TP customer identifier.
      - `service_provider_code` string, required — Gym/Place code.
      - `service_provider_plan_code` string — Gym/Place plan code.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/versions/bc65b4950c7e/schema)
