---
title: "Check Codex callback status"
method: POST
path: "/api/projects/{projectId}/credentials/codex/callback-status"
tags: ["Credentials"]
---

# Check Codex callback status

`POST /api/projects/{projectId}/credentials/codex/callback-status`

Check Codex callback status. Accepts a JSON request body when defined and returns the resulting resource or action status.

## Path parameters

- `projectId` string, required

## Request body

- CodexCallbackStatusRequest — codex Callback Status Request payload accepted by the API.
  - `state` string, required — OAuth state correlation value.

## Response `200`

Callback status

- CodexExchangeResponse — codex Exchange Response payload returned by the API.
  - `success` boolean, required — Whether the requested action succeeded.
  - `error` string — Error message when the operation failed.

---

[API](https://skmtc.net/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.net/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/versions/4de3fcd6be56/schema)
