Logo
Openapi.it Public API Documentation

{{baseUrl}}/request

POST {{baseUrl}}/request

Please note that this endpoint only accepts a single fiscal code

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "data": { "fiscal_codes": [ "AABCCDDDDD112224" ], "status": "pending", "request_id": "123123123123123", "callback": { "url": "https://example.site/webhook", "method": "JSON" } }, "success": true, "message": "", "error": null }



Curl
curl -X POST 'baseUrl/request' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"callback":{"url":"\u003curi\u003e","method":"\u003cstring\u003e"},"fiscal_codes":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS