v1
latestSwagger 2.02026-07-175445133.1 KBclaude
Submit OAuth code
Submits the OAuth code when in auth_waiting state
post/v1/claude/onboarding/submit-code
Request body
Example request
{
"code": "abc123def456"
}Response
OK
object required
Submits the OAuth code when in auth_waiting state
{
"code": "abc123def456"
}OK