---
title: "Download the application logo"
method: GET
path: "/v2/providers/users/{userId}/integrations/{applicationId}/logo"
tags: ["User"]
---

# Download the application logo

`GET /v2/providers/users/{userId}/integrations/{applicationId}/logo`

__Activity name:__ <a href="https://developer.loket.nl/Activities/GetProviderUserIntegrationLogoByUserIdAndApplicationId" target="_blank">GetProviderUserIntegrationLogoByUserIdAndApplicationId</a>

This activity is listed twice in the documentation due to the specified version caching path parameter. Including or exluding this parameter results in slightly different behaviour.

__Caching:__ This resource changes very infrequently and can be cached for a longer time.

Get the logo of the application. In case no logo is know the service will return a 404.

## Path parameters

- `userId` string, uuid, required
- `applicationId` string, uuid, required

## Headers

- `Authorization` string, required
- `Accept` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/loket/apis/loket-api.md) · [All operations](https://skmtc.net/loket/apis/loket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loket/loket-api/revisions/32d1693f8db8/schema)
