Compte

Authentification
La clé API doit être envoyée en tant que token Bearer dans l'en-tête Authorization. Obtenir votre clé API.
Afficher

Point d'accès API

GET
https://analytics.sohos.app/api/v1/account

Exemple de requête

curl --location --request GET 'https://analytics.sohos.app/api/v1/account' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'