Authentication
Authentication
API username and password
Step 1
Step 2
curl -X POST \
https://app.mluvii.com/login/connect/token \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'response_type=token&grant_type=client_credentials&client_id=<your API username>&client_secret=<your API password>'Step 3
Login via the login screen
Last updated
Was this helpful?