v1

latestOpenAPI 3.0.32026-07-17136180270.3 KB
Credentials

Exchange Codex OAuth code

Exchange Codex OAuth code. Accepts a JSON request body when defined and returns the resulting resource or action status.

post/api/projects/{projectId}/credentials/codex/exchange

Path parameters

projectIdstring required

Project identifier used to scope the request.

Request body

codestring required

OAuth authorization code.

redirectUristring required

OAuth redirect URI.

verifierstring required

PKCE verifier used by OAuth code exchange.

Response

Exchange result

successboolean required

Whether the requested action succeeded.

errorstring

Error message when the operation failed.