Skip to content

Initiate OAuth2 login

GET
/v1/auth/login
curl --request GET \
--url 'https://api.adversarial.com/api/v1/auth/login?next_url=example&provider=example'
next_url
required
string
provider
required
string
invite_code
string | null format: uuid

Redirect to OAuth provider’s login page

Invalid auth provider

Internal server error