Versiones pasadas
v1
Autenticación
Casos de uso

Ejemplos

curl --location --request POST 'https://auth.prod.ua.la/1/auth/token' \
--header 'Content-Type: application/json' \
--data-raw '{
          "user_name" : "[[user_name]]",
          "client_id" : "[[client_id]]",
          "client_secret_id" : "[[client_secret_id]]",
          "grant_type" : "client_credentials"
}'