---
title: "Retrieve a specific member's consent details"
method: GET
path: "/members/{key}/consent"
tags: ["Members"]
---

# Retrieve a specific member's consent details

`GET /members/{key}/consent`

Retrieve more consent information for a specific member based on their key.

## Path parameters

- `key` string, required

## Response `200`

List of the consent attributes for the specified member

- ConsentDetails
  - `consentType` string
  - `relationType` string
  - `consentDate` string, nullable
  - `consentExpiration` string, nullable
  - `consentProof` string

## Other responses

- `401` — Unauthorized
- `404` — Member not found

---

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