v50

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01147180956.9 KB
Credentials

List credentials

List credentials with cursor-based pagination.

get/credentials

Query parameters

cursorstring nullable
limitinteger
vendorstring nullable

Response

Successful Response

has_moreboolean required
next_cursorstring nullable

Example response

{
  "data": [
    {
      "active": true,
      "api": {
        "name": "stripe",
        "vendor": "stripe.com",
        "version": "2024-04-10"
      },
      "created_at": "2026-01-15T09:30:00Z",
      "credential_id": "cred_01HZX9...",
      "details": {
        "field_name": "Authorization",
        "hint": "…live_abcd",
        "location": "header"
      },
      "name": "Stripe live key",
      "provider": "static",
      "type": "api_key"
    }
  ]
}