getAccess
Requête
Endpoint
[Domain]/academy/api/v1/Dictionary/getAccessExemple
const endpoint = "[endpoint]";
const apiKey = "[myAPIKey]";
// Use the username and password to obtain data based on user rights
const username = "[username]"; // optionnel
const password = "[password]"; // optionnel
fetch(endpoint, {
method: "POST",
headers: {
"Authorization": apiKey,
"username ": username,
"password ": password
}
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error("Erreur :", error));Réponse
Description des champs
Dictionary
Licenses
User
Mis à jour