---
title: "Authorize"
method: POST
path: "/v1/internal/diligence/jobs/{job_id}/authorize"
tags: ["diligence"]
---

# Authorize

`POST /v1/internal/diligence/jobs/{job_id}/authorize`

## Path parameters

- `job_id` string, required

## Headers

- `authorization` string, nullable
- `X-Tenant` string, nullable

## Request body

- AuthorizeRequest
  - `max_cost_usd` union, required
    - number
    - string
  - `note` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mireye/apis/mireye-scout-api.md) · [All operations](https://skmtc.net/mireye/apis/mireye-scout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mireye/mireye-scout-api/revisions/c80d2b343f16/schema)
