cURL
curl --request POST \ --url https://api.agg.market/auth/start \ --header 'Content-Type: application/json' \ --header 'x-app-id: <api-key>' \ --data ' { "provider": "google", "redirectUrl": "<string>" } '
{ "type": "redirect", "url": "<string>" }
Initiates an auth flow. For SIWE returns a nonce. For OAuth returns a redirect URL. For email sends a magic link.
Your application ID. Required for all app-tier and user-tier routes.
Body
google
200
redirect