Users Me

Complete a pending GitHub link with the email-verification OTP

post/v1/users/me/link-github-otp

Request body

codestring required

OTP code the user entered on /connections/verify.

pendingAuthenticationTokenstring required

Pending authentication token returned by an earlier link attempt.

Response

status'linked' | 'pending_verification' required
githubUserIdstring nullable required
githubUsernamestring nullable required
pendingAuthenticationTokenstring nullable required

Changes

No recorded changes to this endpoint across all 3 revisions of this API.