---
title: "View many Credentials"
method: GET
path: "/v1/all_credentials"
tags: ["Credentials"]
deprecated: true
---

# View many Credentials

`GET /v1/all_credentials`

> **Deprecated.**

**DEPRECATED:** This endpoint is deprecated.

[View Many Credentials - Video Walkthrough](https://www.loom.com/share/520347485c3b44c7b64daeb17f1b307b?sid=9deb6be0-e636-4a03-ac2a-3dc831b1e3ad)

## Query parameters

- `group_id` string
- `email` string
- `recipient_id` string
- `license_id` string
- `start_date` string
- `end_date` string
- `start_updated_date` string
- `end_updated_date` string
- `page_size` number
- `page` number

## Response `200`

OK

- object
  - `credentials` object[]
    - `id` number, required
    - `name` string, required
    - `description` string, required
    - `grade` unknown, required
    - `complete` boolean, required
    - `issued_on` string, required
    - `allow_supplemental_references` unknown, required
    - `allow_supplemental_evidence` unknown, required
    - `course_link` string, required
    - `custom_attributes` unknown, required
    - `expired_on` unknown, required
    - `group_name` string, required
    - `private` boolean, required
    - `recipient` object, required
      - `name` string
      - `email` string
      - `phone_number` string, nullable
      - `id` number
      - `meta_data` object, nullable
        - `zip_code` string
    - `issuer` object, required
      - `name` string
      - `description` string
      - `url` string
    - `meta_data` object, nullable, required
      - `foo` string
  - `meta` object
    - `current_page` number
    - `next_page` number
    - `prev_page` unknown
    - `total_pages` number
    - `total_count` number

## Changes

- **2025-11-05** `f494f7d36307` — 1 info
  - added the optional property `credentials/items/recipient/phone_number` to the response with the `200` status
- **2025-09-08** `cac96b8772c3` — 1 info
  - endpoint deprecated
- **2025-06-30** `98201e8dd1b4` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `ApiKeyAuth` was added to the API

[Change history](https://skmtc.dev/accredible/apis/accredible-credential-api/changes/v1/all_credentials/get.md)

---

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