> ## Documentation Index
> Fetch the complete documentation index at: https://memberpulseptyltd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Certifications

> View and download your earned certifications

View and download certificates earned from course completions.

## Certificates

Each certificate shows:

* Certificate title
* Course/event name
* Date earned
* CPD points
* Certificate ID

## Actions

* **View** - Preview certificate
* **Download** - Download PDF
* **Share** - Share verification link
* **Add to LinkedIn** - One-click LinkedIn add

## Verification

Each certificate includes:

* Unique certificate ID
* QR code for verification
* Public verification URL

## Features

### Certifications

#### Acceptance Criteria

##### Frontend

* [ ] UI supports the workflows described in this feature.

##### Backend / API

* [ ] Backend behavior supports this feature as documented.

##### Permissions

* [ ] Access is restricted per the Capabilities matrix on this page (or equivalent role rules).

##### Business Rules

* [ ] All business rules for this feature are enforced.

##### Error Handling

* [ ] Error states return clear messages and appropriate HTTP status codes.

## Implementation Contracts

### Backend (API)

```
GET    /api/member/certificates              # List certificates
GET    /api/member/certificates/{id}         # Certificate details
GET    /api/member/certificates/{id}/pdf     # Download PDF
GET    /api/certificates/verify/{code}       # Public verification
```
