---
title: "Authorize"
method: POST
path: "/api/v1/auth/authorize"
tags: ["User APIs", "auth"]
---

# Authorize

`POST /api/v1/auth/authorize`

## Request body

- AuthorizeRequest
  - `product_id` string, uuid4, required
  - `include_info` string[], nullable

## Response `200`

Successful Response

- AuthorizedUser
  - `email` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `feature_flags` object, nullable
  - `providers_access` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
