Manage Service: Get Released

Descrizione

Questa API permette di leggere il dettaglio del servizio nella sua versione approvata e attivata. È necessario inserire il service_id come path parameter.

Devi usare la nuova chiave manage per la gestione dei servizi.

Retrieve last published version of service

get

Retrieve last version of service published on IO Platform

Authorizations
Path parameters
serviceIdanyrequired

ID of the service

Responses
get
curl -L \
  --url 'https://api.io.pagopa.it/api/v1/manage/services/{serviceId}/release' \
  --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'
{
  "id": "text",
  "status": "published",
  "last_update": "2018-10-13T00:00:00.000Z",
  "metadata": {
    "web_url": "text",
    "app_ios": "text",
    "app_android": "text",
    "tos_url": "text",
    "privacy_url": "text",
    "address": "text",
    "phone": "text",
    "email": "text",
    "pec": "text",
    "cta": "text",
    "token_name": "text",
    "support_url": "text",
    "scope": "LOCAL",
    "topic": {
      "id": 3,
      "name": "Benessere sociale"
    }
  },
  "name": "text",
  "description": "text",
  "organization": {
    "name": "text",
    "fiscal_code": "12345678901",
    "department_name": "text"
  },
  "require_secure_channel": true,
  "authorized_recipients": [
    "SPNDNL80R13C555X"
  ],
  "authorized_cidrs": [
    "text"
  ],
  "max_allowed_payment_amount": 1
}

Risorse utili

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