---
title: "Generate Boomi Token"
method: POST
path: "/v1/token"
tags: ["Users"]
---

# Generate Boomi Token

`POST /v1/token`

Generate JWS token via Boomi JWT.
Account and user are resolved from the JWT.
If environment_id is omitted, the account's default environment is used.

## Request body

- GenerateBoomiTokenRequest — Request body for the Boomi token endpoint.
  - `environment_id` string, nullable

## Response `200`

Successful Response

- GenerateTokenResponse — Generate token response
  - `token` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rivery/apis/boomi-data-integration-api.md) · [All operations](https://skmtc.net/rivery/apis/boomi-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivery/boomi-data-integration-api/revisions/ec90bd653983/schema)
