v1

latestSwagger 2.02026-07-175445133.1 KB
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