DevPortalPagoPA




Table of contents

Manage Service: Create

Description

This API makes it possible to create a service.

Examples

Here is an example with minimum information for creating a test service:
1### REQUEST curl --location --request POST 'https://api.io.pagopa.it/api/v1/manage/services' \ --header 'Ocp-Apim-Subscription-Key: __YOUR_API_KEY__' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "description": "string", "organization": { "name": "string", "fiscal_code": "12345678901", "department_name": "string" }, "require_secure_channel": false, "authorized_cidrs": [ "85.338.5.14/32" ], "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": "LOCAL", "topic_id": 3 } }'
2
1### RESPONSE { "id": "string", "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": [], "authorized_cidrs": [ "85.338.5.14/32" ], "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": "LOCAL", "topic": { "id": 3, "name": "Social welfare" } } }
2

Useful resources

Haven't completed onboarding yet and need help?

Write an email describing your problem or question to the address areariservata@assistenza.pagopa.it.

Need help with APIs and Integration?

Write an email describing your problem or question to the address:

io-service-management@pagopa.it

Tell us what you think

To report problems or give feedback, leave a comment in the GitHub space of the IO app