Definizione API PDND Connector
Endpoint del pdnd-connector
Endpoint di Chiamata
Verbi HTTP Utilizzati
Esempi di chiamate API
Accertamento Residenza
Stato Famiglia
Validazione delle risposte
Definizione OpenAPI
Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
italian fiscal code
b212c4b4-db26-4404-8c7c-47dab99dd2e6id that identify a specific configuration to call an e-service
b212c4b4-db26-4404-8c7c-47dab99dd2e6identify the output payload structure
OK
Not Found
GET /anpr/accertamento-cittadinanza HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"cittadinanza": [
{
"istat_code": "text",
"nationality": "text"
}
]
},
"meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
italian fiscal code
b212c4b4-db26-4404-8c7c-47dab99dd2e6id that identify a specific configuration to call an e-service
b212c4b4-db26-4404-8c7c-47dab99dd2e6identify the output payload structure
OK
Not Found
POST /anpr/accertamento-cittadinanza HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 232
{
"Data": {
"cittadinanza": [
{
"istat_code": "text",
"nationality": "text"
}
]
},
"Meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}{
"result": true
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
italian fiscal code
b212c4b4-db26-4404-8c7c-47dab99dd2e6id that identify a specific configuration to call an e-service
b212c4b4-db26-4404-8c7c-47dab99dd2e6identify the output payload structure
OK
Not Found
GET /anpr/accertamento-generalita HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"idOperazioneANPR": "text",
"listaAnomalie": [
{
"codiceErroreAnomalia": "text",
"testoErroreAnomalia": "text",
"tipoErroreAnomalia": "text"
}
],
"listaSoggetti": {
"datiSoggetto": [
{
"generalita": {
"codiceFiscale": {
"codFiscale": "text",
"validitaCF": "text"
},
"cognome": "text",
"dataNascita": "text",
"idSchedaSoggettoANPR": "text",
"luogoNascita": {
"comune": {
"codiceIstat": "text",
"nomeComune": "text",
"siglaProvinciaIstat": "text"
},
"localita": {
"codiceStato": "text",
"descrizioneLocalita": "text",
"descrizioneStato": "text"
}
},
"nome": "text",
"sesso": "text",
"soggettoAIRE": "text"
},
"identificativi": {
"idANPR": "text"
},
"statoCivile": {
"statoCivile": "text",
"statoCivileND": "text"
}
}
]
}
},
"meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
italian fiscal code
b212c4b4-db26-4404-8c7c-47dab99dd2e6id that identify a specific configuration to call an e-service
b212c4b4-db26-4404-8c7c-47dab99dd2e6identify the output payload structure
OK
Not Found
GET /anpr/accertamento-residenza HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"address": "text",
"address_data": {
"cap": "text",
"codice_comune": 1,
"comune": "text",
"luogo_istat": "text",
"pr": "text"
},
"country": "text",
"county": "text",
"house_number": "text",
"municipality": "text",
"postal_code": "text"
},
"meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
italian fiscal code
b212c4b4-db26-4404-8c7c-47dab99dd2e6id that identify a specific configuration to call an e-service
b212c4b4-db26-4404-8c7c-47dab99dd2e6identify the output payload structure
OK
Not Found
POST /anpr/accertamento-residenza HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 384
{
"Data": {
"address": "text",
"address_data": {
"cap": "text",
"codice_comune": 1,
"comune": "text",
"luogo_istat": "text",
"pr": "text"
},
"country": "text",
"county": "text",
"house_number": "text",
"municipality": "text",
"postal_code": "text"
},
"Meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}{
"result": true
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
italian fiscal code
b212c4b4-db26-4404-8c7c-47dab99dd2e6id that identify a specific configuration to call an e-service
b212c4b4-db26-4404-8c7c-47dab99dd2e6identify the output payload structure
OK
Not Found
GET /anpr/stato-famiglia HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"children": [
{
"birth_date": "text",
"birth_place": "text",
"family_name": "text",
"gender": "text",
"given_name": "text",
"tax_id": "text"
}
]
},
"meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
italian fiscal code
b212c4b4-db26-4404-8c7c-47dab99dd2e6id that identify a specific configuration to call an e-service
b212c4b4-db26-4404-8c7c-47dab99dd2e6identify the output payload structure
data to validate. Can be different depending by the format param
OK
Not Found
POST /anpr/stato-famiglia HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 175
{
"Data": null,
"Meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}{
"result": true
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
the starting point or the index from which the data should be retrieved
6The limit parameter specifies the maximum number of items to be returned in a single page or request
...
OK
Bad Request
GET /e-services HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"aud_client_assertion": "text",
"audience": "text",
"endpoint": "text",
"id": "text",
"name": "text",
"slug": "text",
"version": "text"
}
],
"links": {
"next": "text",
"prev": "text",
"self": "text"
},
"meta": {
"page": {
"limit": 1,
"offset": 1,
"sort": "text"
},
"total": 1
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
italian fiscal code
RSSMRA85M05H501Bid that identify a specific configuration to call an e-service
b212c4b4-db26-4404-8c7c-47dab99dd2e6response format
oc_pecOK
Not Found
GET /inad/domicilio-digitale HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"digital_addresses": [
{
"address": "text"
}
]
},
"meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
italian fiscal code
b212c4b4-db26-4404-8c7c-47dab99dd2e6italian fiscal code of the minor (required when format=minorenne)
RSSLCU15A01H501Fid that identify a specific configuration to call an e-service
b212c4b4-db26-4404-8c7c-47dab99dd2e6ISEE format to fetch
ordinarioOK
Not Found
GET /inps/consultazione-attestazione-residenti-isee HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"current": true,
"dsu_protocol_number": "text",
"fiscal_code_child": "text",
"household": [
{
"fiscal_code": "text",
"name": "text",
"relationship_with_declarant": "text",
"surname": "text"
}
],
"isee": 1,
"isee_min": 1,
"submission_date": "text",
"valid_until": "text"
},
"meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
codice fiscale italiano
RSSMRA85M05H501Banno di riferimento per il calcolo (opzionale, default: anno corrente - 2)
2023ID della configurazione e-service
550e8400-e29b-41d4-a716-446655440000formato della risposta
ordinarioOK
Bad Request
Not Found
GET /pat/consultazione-indicatore-nucleo-icef HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"household": [
{
"birth_date": "12/10/1997",
"fiscal_code": "RSSMRA85M05H501B",
"name": "Mario",
"surname": "Rossi"
}
],
"icef": 1,
"icef_protocol_number": "text",
"reference_year": 1,
"valid_from": "text",
"valid_until": "text"
},
"meta": {
"call_url": "text",
"config_id": "text",
"created_at": "text",
"fiscal_code": "text",
"format": "text",
"signature": "text",
"source": "text",
"validation_url": "text"
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
OK
...
...
...
Internal Server Error
GET /status HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"checked_at": "2026-01-01T00:00:00.000Z",
"id": "text",
"status": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
123456nome del tenant
comune di BuglianoCreated
Bad Request
POST /tenants HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 93
{
"id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"ipa_code": "123456",
"name": "comune di Bugliano"
}{
"created_at": "text",
"id": "text",
"ipa_code": "text",
"name": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6OK
Bad Request
GET /tenants/{tenant_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"created_at": "text",
"id": "text",
"ipa_code": "text",
"name": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
123456nome del tenant
comune di BuglianoOK
Bad Request
PUT /tenants/{tenant_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"ipa_code": "123456",
"name": "comune di Bugliano"
}{
"created_at": "text",
"id": "text",
"ipa_code": "text",
"name": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6No Content
No content
Bad Request
DELETE /tenants/{tenant_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
123456nome del tenant
comune di BuglianoOK
Bad Request
PATCH /tenants/{tenant_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/merge-patch+json
Accept: */*
Content-Length: 49
{
"ipa_code": "123456",
"name": "comune di Bugliano"
}{
"created_at": "text",
"id": "text",
"ipa_code": "text",
"name": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6The limit parameter specifies the maximum number of items to be returned in a single page or request
...
the starting point or the index from which the data should be retrieved
6OK
Bad Request
GET /tenants/{tenant_id}/clients HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"created_at": "text",
"env": "text",
"id": "text",
"key_id": "text",
"key_pair_id": "text",
"name": "text",
"public_key": "text",
"tenant_id": "text",
"updated_at": "text"
}
],
"links": {
"next": "text",
"prev": "text",
"self": "text"
},
"meta": {
"page": {
"limit": 1,
"offset": 1,
"sort": "text"
},
"total": 1
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6ambiente del client
collaudo...
b212c4b4-db26-4404-8c7c-47dab99dd2e6key id del client
b212c4b4-db26-4404-8c7c-47dab99dd2e6id interno del materiale critografico
nome del tenant
comune di BuglianoCreated
Bad Request
Forbidden
POST /tenants/{tenant_id}/clients HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 159
{
"env": "collaudo",
"id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"key_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"key_pair_id": "text",
"name": "comune di Bugliano"
}{
"created_at": "text",
"env": "text",
"id": "text",
"key_id": "text",
"key_pair_id": "text",
"name": "text",
"public_key": "text",
"tenant_id": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6OK
Bad Request
Forbidden
GET /tenants/{tenant_id}/clients/{client_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"created_at": "text",
"env": "text",
"id": "text",
"key_id": "text",
"key_pair_id": "text",
"name": "text",
"public_key": "text",
"tenant_id": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6ambiente del client
collaudokey id del client
b212c4b4-db26-4404-8c7c-47dab99dd2e6id interno del materiale critografico
nome del tenant
comune di BuglianoOK
Bad Request
Forbidden
PUT /tenants/{tenant_id}/clients/{client_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 115
{
"env": "collaudo",
"key_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"key_pair_id": "text",
"name": "comune di Bugliano"
}{
"created_at": "text",
"env": "text",
"id": "text",
"key_id": "text",
"key_pair_id": "text",
"name": "text",
"public_key": "text",
"tenant_id": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6No Content
No content
Bad Request
Forbidden
DELETE /tenants/{tenant_id}/clients/{client_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6ambiente del client
collaudokey id del client
b212c4b4-db26-4404-8c7c-47dab99dd2e6id interno del materiale critografico
nome del tenant
comune di BuglianoOK
Bad Request
Forbidden
PATCH /tenants/{tenant_id}/clients/{client_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/merge-patch+json
Accept: */*
Content-Length: 115
{
"env": "collaudo",
"key_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"key_pair_id": "text",
"name": "comune di Bugliano"
}{
"created_at": "text",
"env": "text",
"id": "text",
"key_id": "text",
"key_pair_id": "text",
"name": "text",
"public_key": "text",
"tenant_id": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6The limit parameter specifies the maximum number of items to be returned in a single page or request
...
the starting point or the index from which the data should be retrieved
6OK
Bad Request
GET /tenants/{tenant_id}/clients/{client_id}/configs HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"call_url": "text",
"client_id": "text",
"created_at": "text",
"eservice_id": "text",
"id": "text",
"is_active": true,
"purpose_id": "text",
"tenant_id": "text",
"updated_at": "text"
}
],
"links": {
"next": "text",
"prev": "text",
"self": "text"
},
"meta": {
"page": {
"limit": 1,
"offset": 1,
"sort": "text"
},
"total": 1
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6The limit parameter specifies the maximum number of items to be returned in a single page or request
...
the starting point or the index from which the data should be retrieved
6OK
Bad Request
GET /tenants/{tenant_id}/configs HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"call_url": "text",
"client_id": "text",
"created_at": "text",
"eservice_id": "text",
"id": "text",
"is_active": true,
"purpose_id": "text",
"tenant_id": "text",
"updated_at": "text"
}
],
"links": {
"next": "text",
"prev": "text",
"self": "text"
},
"meta": {
"page": {
"limit": 1,
"offset": 1,
"sort": "text"
},
"total": 1
}
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
false...
b212c4b4-db26-4404-8c7c-47dab99dd2e6Created
Bad Request
POST /tenants/{tenant_id}/configs HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 175
{
"client_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"eservice_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"is_active": false,
"purpose_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6"
}{
"call_url": "text",
"client_id": "text",
"created_at": "text",
"eservice_id": "text",
"id": "text",
"is_active": true,
"purpose_id": "text",
"tenant_id": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6OK
Bad Request
GET /tenants/{tenant_id}/configs/{config_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"call_url": "text",
"client_id": "text",
"created_at": "text",
"eservice_id": "text",
"id": "text",
"is_active": true,
"purpose_id": "text",
"tenant_id": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
false...
b212c4b4-db26-4404-8c7c-47dab99dd2e6OK
Bad Request
PUT /tenants/{tenant_id}/configs/{config_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 175
{
"client_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"eservice_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"is_active": false,
"purpose_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6"
}{
"call_url": "text",
"client_id": "text",
"created_at": "text",
"eservice_id": "text",
"id": "text",
"is_active": true,
"purpose_id": "text",
"tenant_id": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6No Content
No content
Bad Request
DELETE /tenants/{tenant_id}/configs/{config_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
false...
b212c4b4-db26-4404-8c7c-47dab99dd2e6OK
Bad Request
PATCH /tenants/{tenant_id}/configs/{config_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/merge-patch+json
Accept: */*
Content-Length: 175
{
"client_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"eservice_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"is_active": false,
"purpose_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6"
}{
"call_url": "text",
"client_id": "text",
"created_at": "text",
"eservice_id": "text",
"id": "text",
"is_active": true,
"purpose_id": "text",
"tenant_id": "text",
"updated_at": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6OK
Bad Request
GET /tenants/{tenant_id}/keys HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"public_key": "text"
}Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
...
b212c4b4-db26-4404-8c7c-47dab99dd2e6...
b212c4b4-db26-4404-8c7c-47dab99dd2e6No Content
No content
Bad Request
DELETE /tenants/{tenant_id}/keys/{keys_id} HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Token JWT emesso dall'identity provider del consumer (ROLE_CPS_USER o ROLE_ADMIN). Vedi RFC8725.
data to validate. Can be different depending by the format param
OK
Not Found
POST /validate HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 238
{
"Data": null,
"Meta": {
"call_url": "text",
"config_id": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"created_at": "text",
"fiscal_code": "b212c4b4-db26-4404-8c7c-47dab99dd2e6",
"format": "text",
"signature": "...",
"source": "text",
"validation_url": "text"
}
}{
"result": true
}Ultimo aggiornamento
È stato utile?