v1

latestOpenAPI 3.0.32026-07-17136180270.3 KB
Credentials

Start Codex authorization-code OAuth

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

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

Path parameters

projectIdstring required

Project identifier used to scope the request.

Request body

redirectUristring required

OAuth redirect URI.

Response

Authorization URL

urlstring required

URL for a browser or API client to use.

verifierstring required

PKCE verifier used by OAuth code exchange.

statestring required

OAuth state correlation value.

redirectUristring required

OAuth redirect URI.

callbackListeningboolean required

callback Listening value for the codex Authorize Response object.