Get Service

Descrizione

API che permette di recuperare tutte le informazioni relative a un servizio. È necessario inserire il service_id come path parameter.

È obbligatorio utilizzare l’api-key del servizio stesso.

Esempi

### REQUEST
curl --location --request GET 'https://api.io.pagopa.it/api/v1/services/SERVICE_ID' \
--header 'Ocp-Apim-Subscription-Key: __YOUR_API_KEY__'
### RESPONSE
{
"authorized_cidrs": [],
"authorized_recipients": ["AAAAAA00A00A000A"],
"department_name": "IT",
"id": "SERVICE_ID-0000000000000000",
"is_visible": false,
"max_allowed_payment_amount": 0,
"organization_fiscal_code": "00000000000",
"organization_name": "PagoPA",
"require_secure_channels": false,
"service_id": "SERVICE_ID",
"service_name": "Test",
"version": 0,
"primary_key": "__YOUR_PRIMARY_API_KEY__",
"secondary_key": "__YOUR_SECONDARY_API_KEY__"
}

Risorse utili

https://developer.io.italia.it/openapi.html#operation/getService

Last updated