---
title: "X Verify"
method: POST
path: "/users/me/x-verify"
tags: ["users"]
---

# X Verify

`POST /users/me/x-verify`

Search X for the user's verification code and grant 5 bonus credits.

## Query parameters

- `company_id` string, uuid, required

## Response `200`

Successful Response

- XVerifyResponse
  - `verified` boolean, required
  - `x_handle` string, nullable
  - `tweet_id` string, nullable
  - `tweet_url` string, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

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