Questa API permette di recuperare tutte le informazioni relative a un servizio. Per funzionare correttamente richiede l'inserimento del service_id
come path parameter.
Copy ### REQUEST
curl --location --request GET 'https://api.io.pagopa.it/api/v1/manage/services/SERVICE_ID' \
--header 'Ocp-Apim-Subscription-Key: __YOUR_API_KEY__'
Copy ### RESPONSE
{
"id": "SERVICE_ID",
"status": {
"value": "draft",
"reason": "string"
},
"version": 0,
"last_update": "2018-10-13T00:00:00.000Z",
"name": "string",
"description": "string",
"organization": {
"name": "string",
"fiscal_code": "12345678901",
"department_name": "string"
},
"require_secure_channel": false,
"authorized_recipients": [
"SPNDNL80R13C555X"
],
"authorized_cidrs": [
"253.710.225.667/5"
],
"max_allowed_payment_amount": 0,
"metadata": {
"web_url": "string",
"app_ios": "string",
"app_android": "string",
"tos_url": "string",
"privacy_url": "string",
"address": "string",
"phone": "string",
"email": "string",
"pec": "string",
"cta": "string",
"token_name": "string",
"support_url": "string",
"scope": "NATIONAL"
}
}