---
title: "Get customer access token"
method: POST
path: "/auth/customerToken"
tags: ["authentication"]
---

# Get customer access token

`POST /auth/customerToken`

Get a Notabene API access token on behalf of a customer

## Request body

- AuthCustomerTokenInput
  - `vaspDID` string, required — Decentralized Identifier
  - `customerRef` string, required

## Response `200`

API Token

- object — API Token
  - `access_token` string
  - `token_type` string
  - `scope` string

---

[API](https://skmtc.net/notabene/apis/notabene-api.md) · [All operations](https://skmtc.net/notabene/apis/notabene-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notabene/notabene-api/versions/70056745a433/schema)
