Skip to content

Get Oauth redirect URI

GET
/oauth/{driver}/login
curl --request GET \
--url http://localhost:8000/api/v1/oauth/example/login \
--header 'Authorization: Bearer <token>'
driver
required
string

Oauth provider name

URL generated

Server error