DevPortalPagoPA



Tabella dei contenuti

Manage Service: Get

Descrizione

Questa API permette di recuperare tutte le informazioni relative a un servizio. Per funzionare correttamente richiede l'inserimento del service_id come path parameter.

Esempi

1### REQUEST
2curl --location --request GET 'https://api.io.pagopa.it/api/v1/manage/services/SERVICE_ID' \
3--header 'Ocp-Apim-Subscription-Key: __YOUR_API_KEY__'
4
1### RESPONSE
2{
3  "id": "SERVICE_ID",
4  "status": {
5    "value": "draft",
6    "reason": "string"
7  },
8  "last_update": "2018-10-13T00🕛️00.000Z",
9  "name": "string",
10  "description": "string",
11  "organization": {
12    "name": "string",
13    "fiscal_code": "12345678901",
14    "department_name": "string"
15  },
16  "require_secure_channel": false,
17  "authorized_recipients": [
18    "SPNDNL80R13C555X"
19  ],
20  "authorized_cidrs": [
21    "253.710.225.667/5"
22  ],
23  "max_allowed_payment_amount": 0,
24  "metadata": {
25    "web_url": "string",
26    "app_ios": "string",
27    "app_android": "string",
28    "tos_url": "string",
29    "privacy_url": "string",
30    "address": "string",
31    "phone": "string",
32    "email": "string",
33    "pec": "string",
34    "cta": "string",
35    "token_name": "string",
36    "support_url": "string",
37    "scope": "LOCAL",
38    "topic": {
39      "id": 3,
40      "name": "Benessere sociale"
41    }
42  }
43}
44

Risorse utili

Hai bisogno di aiuto?

Scrivi un’email in cui descrivi il tuo problema o dubbio all’indirizzo onboarding@io.italia.it

Dicci cosa ne pensi

Per segnalare problemi o dare feedback, lascia un commento nello spazio Github dell'app IO