claude

Submit OAuth code

Submits the OAuth code when in auth_waiting state

post/v1/claude/onboarding/submit-code

Request body

codestring required

OAuth code obtained from the authentication flow

Example request

{
  "code": "abc123def456"
}

Response

OK

object required

Changes

Changed in 2 of the 50 revisions of this API.11