/authenticate
Name
Type
Constraints
Description
POST https://api.adnuntius.com/api/authenticate?context={{context}}{
"grant_type": "password",
"scope": "ng_api",
"username": "{{adn-username}}",
"password": "{{adn-password}}"
}POST https://api.adnuntius.com/api/authenticate?context={{context}}{
"grant_type": "refresh_token",
"scope": "ng_api",
"refresh_token": "TK0eTkcK7TiNzrAsBpfaSTu1NVPKWhmdcjMLO..."
}Last updated