Table of contents
Get a User Profile using POST
Description
This API allows you check that the citizen identified by the fiscal code is registered with IO and that the service can send communications to the citizen.
The fiscal code of the citizen will be entered in the body of the post request.
The response is considered positive if both of these conditions are verified:
- the status code of the response is 200
- the field sender_allowed=true in the response body
post
Examples
1### REQUEST curl --location --request POST 'https://api.io.pagopa.it/api/v1/profiles' \ --header 'Content-Type: application/json' \ --header 'Ocp-Apim-Subscription-Key: __YOUR_API_KEY__' \ --data-raw '{ "fiscal_code": "AAAAAA00A00A000A" }'
21### RESPONSE { "sender_allowed": true }
2Useful resources
Haven't completed onboarding yet and need help?
Write an email describing your problem or question to the address areariservata@assistenza.pagopa.it.
Tell us what you think
To report problems or give feedback, leave a comment in the GitHub space of the IO app