---
title: "Initiate Callback"
method: POST
path: "/api/v1/initiate_callback"
tags: ["task_details"]
---

# Initiate Callback

`POST /api/v1/initiate_callback`

## Headers

- `x-api-key` string, required

## Request body

- BodyInitiateCallbackApiV1InitiateCallbackPost
  - `task_id` string, required
  - `endpoint_name` string, required
  - `callback_url` CallbackUrl
    - `url` string, required
    - `api_key` string, nullable
    - `username` string, nullable
    - `password` string, nullable
  - `task_callback_url` string, nullable
  - `task_callback_api_key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/optexity/apis/dashboard-backend-api.md) · [All operations](https://skmtc.dev/optexity/apis/dashboard-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optexity/dashboard-backend-api/revisions/009d78db78bc/schema)
