Logo
Openapi.it Public API Documentation

{{baseUrl}}/account

GET {{baseUrl}}/account

This method shows you the list of legal invoice accounts that belong to your username

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": [ { "id": "62b19eea2f7b5264ce34ac29", "tipo_account": "forfettario", "stato": "attivo", "timestamp_creazione": 1655807719, "timestamp_scadenza": 1939728960, "owner": "gcloud-tests@openapi.it" }, { "id": "62b077c1b6c50605d24df95c", "tipo_account": "pro", "stato": "revocato", "timestamp_creazione": 1655732160, "timestamp_scadenza": 1939728960, "owner": "gcloud-tests@openapi.it" } ], "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/account' -H 'Accept: application/json'

ENDPOINTS