Logo
Openapi.it Public API Documentation

{{baseUrl}}/richiesta

GET {{baseUrl}}/richiesta

This method allows you to see all the requests you have made

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": [ { "id": "60e866b6b3178c6dc80adf8e", "cf_piva": "RSSMRA90D15L117D", "status": "COMPLETED", "esito": { "codice": 200, "info": "OK" }, "timestamp": 1625654486, "owner": "test@email.it" }, { "id": "60e866b6b3178c6dc80adf8e", "cf_piva": "VNRLRT90D20L117E", "status": "COMPLETED", "esito": { "codice": 200, "info": "OK" }, "timestamp": 1625654486, "owner": "test@email.it" } ], "success": true, "message": "", "error": null }



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

ENDPOINTS