---
title: "Test Authorization Flow"
method: POST
path: "/v1/auth/validate_custom_verifier"
tags: ["Authorization"]
---

# Test Authorization Flow

`POST /v1/auth/validate_custom_verifier`

Starts a test authorization flow

## Request body

- SchemasValidateCustomVerifierRequest
  - `user_id` string, required
  - `verifier_url` string, required

## Response `200`

OK

- SchemasValidateCustomVerifierResponse
  - `flow_id` string
  - `next_uri` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `415` — Unsupported Media Type
- `500` — Internal Server Error

## Changes

- **2025-12-13** `7ecb40b6650f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/auth/validate_custom_verifier/post.md)

---

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