---
title: "Create Connect Secret"
method: POST
path: "/journey/device/start"
tags: ["Customer APIs", "One Time Token Service"]
---

# Create Connect Secret

`POST /journey/device/start`

Create Connect Secret

## Request body

- object
  - `instanceId` string, required — Journey Instance Id, a unique identifier for a started journey instance.
  - `scope` string[], required

## Response `200`

Success

- object
  - `connectToken` string, required — Token used for subsequent operations by the client
  - `tokenType` 'Bearer' | 'DPoP' | 'N_A' | 'connect'
  - `expiresIn` number, required — Seconds until the token expires
  - `scope` string[] — Scopes granted to the client

## Other responses

- `201` — Success
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/gbgplc/apis/gbg-go-next-gen-flow-captain-api.md) · [All operations](https://skmtc.net/gbgplc/apis/gbg-go-next-gen-flow-captain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gbgplc/gbg-go-next-gen-flow-captain-api/versions/38056a3470d6/schema)
