Skip to main content
GET
/
auth
/
external
/
{method}
/
auth-url
Get OAuth authentication URL
curl --request GET \
  --url https://api.anycheck.ai/auth/external/{method}/auth-url
{
  "auth_url": "https://login.microsoftonline.com/..."
}

Path Parameters

method
enum<string>
required

OAuth provider method

Available options:
entra

Response

200 - application/json

OAuth URL generated successfully

auth_url
string

OAuth authentication URL

Example:

"https://login.microsoftonline.com/..."