---
title: "List credential interactions"
method: GET
path: "/v1/credential-interactions"
tags: ["Credential Interactions"]
---

# List credential interactions

`GET /v1/credential-interactions`

Returns a list of credential interactions, optionally filtered by credential ID.

## Query parameters

- `credentialId` string — The unique credential's identifier
- `cursor` string — Cursor for pagination
- `limit` integer, nullable — Number of items to return (default: 20)

## Headers

- `Certifier-Version` string, required — API version header. Required for all requests.

## Response `200`

List of credential interactions

- object
  - `data` CredentialInteraction[], required
    - `id` string, required — The unique credential interaction's identifier
    - `credentialId` string, required — The unique credential's identifier, to which this credential interaction belongs
    - `eventType` 'credential_viewed' | 'credential_shared_to_linkedin' | 'credential_added_to_linkedin_profile' | 'credential_shared_to_facebook' | 'credential_shared_to_twitter' | 'credential_shared_to_messenger' | 'credential_shared_to_whatsapp' | 'credential_shared_to_pinterest' | 'credential_shared_to_telegram' | 'credential_shared_to_weibo' | 'credential_downloaded' | 'credential_link_copied' | 'credential_verified', required — Specifies the type of user interaction event related to the credential
    - `triggeredBy` 'recipient' | 'guest', required — The actor that triggered this credential interaction. Currently one of two values: recipient or guest
    - `triggeredAt` string, date-time, required — The date and time when this credential interaction happened. Formatted as an ISO 8601 date and time string
  - `pagination` object, required
    - `prev` string, nullable, required — Cursor for previous page
    - `next` string, nullable, required — Cursor for next page

## Other responses

- `400` — Bad Request - Missing version, invalid version, invalid JSON, or validation error
- `401` — Unauthorized - Invalid or missing authentication token
- `429` — Rate Limited - Too many requests
- `500` — Internal Server Error - Problem on Certifier's end

---

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