---
title: "Get Moov Token"
method: GET
path: "/billing/moov-token"
tags: ["Billing", "billing"]
---

# Get Moov Token

`GET /billing/moov-token`

Get a general Moov access token for frontend use.

The frontend uses this token with Moov.js to obtain ToS tokens
and perform other Moov operations.

Admin only endpoint.

## Query parameters

- `refresh_token` string

## Response `200`

Successful Response

- MoovTokenResponse — Response with Moov access token.
  - `access_token` string, required
  - `refresh_token` string, required
  - `expires_in` integer, required
  - `token_type` string
  - `account_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
