---
title: "Create an application access token"
method: POST
path: "/token"
tags: ["tokens"]
---

# Create an application access token

`POST /token`

Generates an access token that contains permissions scoped to the application owner's Dwolla Client Account.

## Response `200`

successful operation

- object
  - `access_token` string
  - `token_type` string
  - `expires_in` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.dev/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/9c0a7a570129/schema)
