---
title: "GET /profiles/{bsn}"
method: GET
path: "/profiles/{bsn}"
tags: ["Profile"]
---

# GET /profiles/{bsn}

`GET /profiles/{bsn}`

Get all profiles

## Path parameters

- `bsn` string, required — Burgerservicenummer of a Dutch citizen

## Query parameters

- `effective_date` string, date

## Response `200`

Profile response

- object
  - `data` Profile, required — Profile
    - `bsn` string, required — Burgerservicenummer of a Dutch citizen
    - `name` string, required — Name of the burger
    - `description` string, required — Description of the burger
    - `sources` object, required — All sources for a certain profile

## Other responses

- `400` — Invalid input supplied.
- `404` — Resource not found.
- `500` — Internal server error.

## Changes

- **2025-11-18** `be7e39780230` — 1 info
  - added the new optional `query` request parameter `effective_date`
- **2025-04-16** `73ada8f52635` — 1 warning
  - deleted the `query` request parameter `effective_date`

[Change history](https://skmtc.dev/minbzk/apis/regelrecht-engine-api/changes/profiles/:bsn/get.md)

---

[API](https://skmtc.dev/minbzk/apis/regelrecht-engine-api.md) · [All operations](https://skmtc.dev/minbzk/apis/regelrecht-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minbzk/regelrecht-engine-api/revisions/dd8f1496c9bc/schema)
