Skip to main content
GET
/
api
/
omnichannel
/
auth
/
microsoft
Obtener URL de autorización Microsoft
curl --request GET \
  --url https://api.raul.ugps.io/api/omnichannel/auth/microsoft \
  --header 'Authorization: Bearer <token>'
{
  "authUrl": "https://login.microsoftonline.com/..."
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Query Parameters

account_type
enum<string>
default:personal

Tipo de cuenta a conectar

Available options:
personal,
shared
account_label
string

Etiqueta para la cuenta (ej: "Soporte", "Ventas")

Response

URL de autorización generada

authUrl
string
Example:

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