---
title: "Get an customer JWT"
method: GET
path: "/api/customers/{customerId}/jwt"
tags: ["customer-controller"]
---

# Get an customer JWT

`GET /api/customers/{customerId}/jwt`

## Path parameters

- `customerId` string, required

## Query parameters

- `bookingRef` string, required
- `userRef` string, required

## Response `200`

OK

- IssueCustomerTokenResponse
  - `customerToken` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

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