Conto

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

Punto finale API:

GET
https://goo.vc/api/v1/account?it

Esempio di richiesta:

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