/
/Basilic API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
account18
ai2
auth30
  • postRequest magic link
  • postVerify magic link
  • getOAuth providers availability
  • getFacebook OAuth authorize URL
  • postFacebook OAuth exchange
  • getFacebook OAuth link authorize URL
  • getGitHub OAuth authorize URL
  • getGitHub OAuth authorize
  • postGitHub OAuth exchange
  • getGitHub OAuth link authorize URL
  • getGoogle OAuth authorize URL
  • postGoogle OAuth exchange
  • getGoogle OAuth link authorize URL
  • postGoogle OAuth verify ID token
  • getTwitter OAuth authorize URL
  • postTwitter OAuth exchange
  • getTwitter OAuth link authorize URL
  • postExchange passkey code for tokens
  • postPasskey resolve user
  • postPasskey auth start
  • postPasskey auth verify
  • postLogout
  • postRefresh token
  • getGet user
  • postExchange code for tokens
  • getGet nonce
  • getGet EIP-155 nonce
  • postVerify EIP-155 signature
  • getGet Solana nonce
  • postVerify Solana signature
health1
    auth

    Exchange code for tokens

    Exchange one-time code for tokens (redirect flow)

    post/auth/web3/exchange

    Request body

    codestring required

    Response

    Default Response

    tokenstring required
    refreshTokenstring required

    Changes