POST
/
auth
/
login
/
oauth
curl --request POST \
  --url https://kanbn.com/api/v1/auth/login/oauth \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "provider": "<string>"
}'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
provider
string
required

Response

200
application/json
Successful response
url
string
required