---
title: "Signup Complete"
method: POST
path: "/router/v1/trial/signup/complete"
tags: ["trial"]
---

# Signup Complete

`POST /router/v1/trial/signup/complete`

## Headers

- `x-forwarded-for` string

## Request body

- TrialOrgSignUpRequest
  - `token` string, required
  - `first_name` string, required
  - `last_name` string, nullable
  - `job_title` string, required
  - `company_name` string, required
  - `industry` string, required
  - `use_case` string, required
  - `cluster_location` string, nullable
  - `invited_users` InvitedUser[], nullable
    - `email` string, required
    - `first_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/spotdraft/apis/oogway-be-router.md) · [All operations](https://skmtc.net/spotdraft/apis/oogway-be-router/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotdraft/oogway-be-router/revisions/6463e4cc09e1/schema)
