{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions OAuth Token API", "version": "1.0.0" }, "items": [ { "info": { "name": "OAuth Token", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Authenticates a User Using a Verification Code, Verifies Multi-factor Authentication (MFA) Using a One-time Password (OTP), Out-of-band (OOB) Challenge, or a Recovery Code, or Exchanges an Authorization Code for a Token", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/oauth/token", "headers": [ { "name": "auth0-forwarded-for", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint supports multiple methods. Depending on the method, different parameters are required in the request body. The supported methods are:\n - Authenticate User with verification code\n - OTP\n - OOB\n - Recovery Code\n - Authorization Code\n - Authorization Code PKCE\n - Client Credentials\n - Resource Owner Password\n - Device Authorization\n - Refresh Token\n - Native Social Token Exchange\n" } ] } ], "bundled": true }