DevPortalPagoPA




Table of contents

Description

This API makes it possible to upload the logo of an organization. To function correctly, it requires entering the **organization_fiscal_code** as the path parameter. You must also enter the logo, in base64 format, in the body of the message.
To check that the logo of the institution was loaded correctly, you can query the following URL:
markup https://assets.cdn.io.italia.it/logos/organizations/\<ORGANIZATION_FISCAL_CODE>.png
of which \<ORGANIZATION_FISCAL_CODE> is the organization_fiscal_code without any initial zeros of the institution's fiscal code.

Examples

1### REQUEST˙
2curl --location --request PUT 'https://api.io.pagopa.it/api/v1/organizations/ORGANIZATION_FISCAL_CODE/logo' \
3--header 'Ocp-Apim-Subscription-Key: __YOUR_API_KEY__' \
4--header 'Content-Type: application/json' \
5--data-raw '{
6"logo": "<<Base64ImageString>>"
7}'
8
1### RESPONSE
2{}
3

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