---
title: "List Credential Requests"
method: GET
path: "/credential-requests/requests"
tags: ["Credential Requests"]
---

# List Credential Requests

`GET /credential-requests/requests`

Retrieves a list of Credential Requests.

## Query parameters

- `teamId` integer, required
- `cols` string[]
- `userId` number
- `makeProviderId` number
- `status` 'authorized' | 'declined' | 'incomplete' | 'invalid' | 'partially_authorized' | 'pending'
- `name` string

## Response `200`

List of Credential Requests.

- object
  - `requests` object[]
    - `id` string, uuid — Unique identifier of the credential request.
    - `organizationId` integer — ID of the organization the request belongs to.
    - `teamId` integer — ID of the team the request belongs to.
    - `userId` integer — ID of the user who created the request.
    - `name` string — Name of the credential request.
    - `description` string — Description of the credential request.
    - `externalProviderId` number, nullable — External provider identifier.
    - `makeProviderId` number, nullable — Make provider identifier.
    - `createdAt` string, date-time — Timestamp when the request was created.
    - `updatedAt` string, date-time — Timestamp when the request was last updated.
    - `expiresAt` string, date-time — Timestamp when the request expires.
    - `status` 'authorized' | 'declined' | 'incomplete' | 'invalid' | 'partially_authorized' | 'pending' — Status of the credential request.
    - `shouldSendEmail` boolean — Whether an email should be sent for this request.
    - `emailSentAt` string, date-time, nullable — Timestamp when the email was sent.
    - `appNames` string[] — Names of apps associated with this request.
    - `makeProvider` object, nullable — Make provider information.
      - `id` integer — Provider user ID.
      - `email` string — Provider email address.
      - `name` string — Provider name.

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
