---
title: "Download the provider logo"
method: GET
path: "/v2/providers/{providerId}/logo"
tags: ["Provider"]
---

# Download the provider logo

`GET /v2/providers/{providerId}/logo`

__Activity name :__ <a href="https://developer.loket-ontw.nl/Activities/GetProviderLogo" target="_blank">GetProviderLogo</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 provider of the user. In case no logo is know the service will return a 404.

## Path parameters

- `providerId` 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)
