Table of contents
⚠️ Get a User Profile
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 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
get
Examples
1### REQUEST
2curl --location --request GET 'https://api.io.pagopa.it/api/v1/profiles/AAAAAA00A00A000A' \
3--header 'Ocp-Apim-Subscription-Key: __YOUR_API_KEY__'
41### RESPONSE
2{
3"sender_allowed": true
4}
5Useful 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