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

# Provider certifications

> Track provider certifications

## `GET /api/providers/{id}/certifications`

Get provider certifications. Used for routing and PA submissions.

### Example

```bash theme={"system"}
curl -X GET https://api.medera.info/api/providers/{id}/certifications \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json"

```
