Account

Note
Livello esperto
La chiave API deve essere inviata come token Bearer nell'intestazione Authorization della richiesta. Ottieni la tua chiave API.
Mostra

Endpoint API:

GET
https://acus.me/api/v1/account

Esempio di richiesta:

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