Account

Note
Livello esperto
La chiave API va inviata come token Bearer nell'header Authorization. Ottieni la chiave API.
Mostra

Endpoint API:

GET
https://www.sempresu.it/api/v1/account

Esempio richiesta:

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