---
title: "Mint Token"
method: POST
path: "/v1/integrations/google-ces/mint-token"
tags: ["google_ces"]
---

# Mint Token

`POST /v1/integrations/google-ces/mint-token`

## Headers

- `X-Webhook-Secret` string, nullable
- `X-API-Key` string, required

## Request body

- MintTokenRequest
  - `organization_id` string, required
  - `test_result_id` integer, required

## Response `200`

Successful Response

- SrcApiIntegrationsGoogleCesGoogleCesMintTokenResponse
  - `access_token` string, required
  - `expires_at` number, required
  - `app_id` string, required
  - `deployment_id` string, required
  - `project_id` string, required
  - `location` string, required
  - `ces_host` string, required
  - `session_id` string, required

## Other responses

- `422` — Validation Error

---

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