Authorize OAuth
OAuth Endpoints
Authorize OAuth
Initiate an OAuth sign-in or sign-up flow
POST
Authorize OAuth
Initiates an OAuth 2.0 authorization flow for unauthenticated users (sign-in or sign-up). Returns a provider authorization URL that the client should redirect to. After the user authenticates with the provider, they are redirected back to theDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
redirectAfterAuth URL with tokens in the URL fragment.
The OAuth provider must be configured and enabled in the Replyke dashboard
before this endpoint can be used. The
redirectAfterAuth URL must be in
the provider’s allowed redirect URI list.Body Parameters
The OAuth provider to use. Must be one of:
"google", "github", "apple",
"facebook".The URL to redirect the user to after authentication. Must be a valid URL
and must be present in the provider’s configured allowed redirect URIs.
Response
The provider’s authorization URL. Redirect the user’s browser to this URL
to begin the OAuth flow.
Callback
After the user authorizes with the provider, they are redirected toredirectAfterAuth with one of:
On success — Tokens in the URL fragment:
Error Responses
Provider Not Configured — 400
Provider Not Configured — 400
Invalid Redirect URI — 400
Invalid Redirect URI — 400

