Get a User Profile using POST
Descrizione
API che permette di controllare che il cittadino identificato tramite Codice Fiscale sia iscritto a IO e che il servizio possa inviare comunicazioni al cittadino stesso.
Il Codice Fiscale del cittadino andrà inserito nel body della post request.
La risposta è ritenuta positiva se sono verificate entrambe queste condizioni:
lo status code della risposta è
200
nel body di risposta il campo
sender_allowed=true
Get a User Profile using POST
Returns the preferences for the user identified by the
fiscal code provided in the request body. The field sender_allowed
is set fo false
in case
the service which is calling the API has been disabled by the user.
post
/profiles
Authorizations
Body
fiscal_codestring FiscalCoderequired
User's fiscal code.
Example:
SPNDNL80R13C555X
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
401
403
404
429
Esempi
Risorse utili
https://developer.io.italia.it/openapi.html#operation/getProfileByPOST
Last updated