cURL
curl --request GET \ --url https://api.anycheck.ai/auth/external/{method}/auth-url
{ "auth_url": "https://login.microsoftonline.com/..." }
Get OAuth authentication URL for external providers (ENTRA ID, etc.)
OAuth provider method
entra
OAuth URL generated successfully
OAuth authentication URL
"https://login.microsoftonline.com/..."
Was this page helpful?