Account

Note
Expert level
La chiave API dovrebbe essere inviata come token Bearer nell'intestazione Authorization della richiesta. Ottieni la tua chiave API.
Mostra

Endpoint API:

GET
https://app.seologico.it/api/v1/account

Esempio di richiesta:

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