Table of contents
Manage Service: Upload service logo
Description
This API makes it possible to upload the logo for a service. It is necessary to enter the service_id as the path parameter and enter the logo, in base64 format, in the “”body”” of the message
put
To check that the logo of the service was loaded correctly, you can query the following URL:
markup https://assets.cdn.io.italia.it/logos/services/\<SERVICE_ID>.png
where \<SERVICE_ID> is the service id in lowercase.
Examples
1### REQUEST
2curl --location --request PUT 'https://api.io.pagopa.it/api/v1/services/manage/SERVICE_ID/logo' \
3--header 'Ocp-Apim-Subscription-Key: __YOUR_API_KEY__' \
4--header 'Content-Type: application/json' \
5--data-raw '{
6"logo": "<<Base64ImageString>>"
7}'
81### RESPONSE
2{}
3Useful resources
Haven't completed onboarding yet and need help?
Write an email describing your problem or question to the address areariservata@assistenza.pagopa.it.
Tell us what you think
To report problems or give feedback, leave a comment in the GitHub space of the IO app