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"
    }
  ]
}

Changes

Changed in 9 of the 85 revisions of this API.91348

    • added the new sigv4 enum value to the data/items/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property data/items/catalog_api_id to the response with the 200 status

      response-optional-property-added

    • added the new no_auth enum value to the data/items/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property data/items/created_by to the response with the 200 status

      response-optional-property-added

  • d65fcba0d25a2126See the full diff
    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • the detail response's property type/format changed from array/ to string/ for status 422

      response-property-type-changed

    • deleted the query request parameter api_id

      request-parameter-removed

    • api operation id list_credentials_credentials_get removed and replaced with listCredentials

      api-operation-id-removed

    • the endpoint scheme security BearerAuth was added to the API

      api-security-added

    • the endpoint scheme security AgentOauthAccessToken was removed from the API

      api-security-removed

    • the endpoint scheme security HumanLogin was removed from the API

      api-security-removed

    • the endpoint scheme security JenticApiKey was removed from the API

      api-security-removed

    • api tag Credentials added

      api-tag-added

    • api tag credentials removed

      api-tag-removed

    • added the new optional query request parameter cursor

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter vendor

      new-optional-request-parameter

    • media type application/json was changed to a more specific media type application/problem+json for the response status 422

      response-media-type-name-specialized

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

    • added the optional property errors to the response with the 422 status

      response-optional-property-added

    • added the optional property instance to the response with the 422 status

      response-optional-property-added

    • added the optional property next_cursor to the response with the 200 status

      response-optional-property-added

    • added the optional property status to the response with the 422 status

      response-optional-property-added

    • added the optional property title to the response with the 422 status

      response-optional-property-added

    • added the optional property type to the response with the 422 status

      response-optional-property-added

    • the response property detail became required for the status 422

      response-property-became-required

    • added the required property data to the response with the 200 status

      response-required-property-added

    • added the required property has_more to the response with the 200 status

      response-required-property-added

    This revision also has 61 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property items/description to the response with the 200 status

      response-optional-property-added

    • added the optional property items/health_checked_at to the response with the 200 status

      response-optional-property-added

    • added the optional property items/healthy to the response with the 200 status

      response-optional-property-added

    • added the optional property items/last_used_at to the response with the 200 status

      response-optional-property-added

    • the endpoint scheme security AgentOauthAccessToken was added to the API

      api-security-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property items/routes to the response with the 200 status

      response-optional-property-added

    • added the optional property items/scheme to the response with the 200 status

      response-optional-property-added

    • added the optional property items/server_variables to the response with the 200 status

      response-optional-property-added

  • 76e8f606372871012See the full diff
    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    • media type application/problem+json was changed to a more general media type application/json for the response status 422

      response-media-type-name-generalized

    • the response property detail became optional for the status 422

      response-property-became-optional

    • the detail response property's maxLength was unset from 4096 for the response status 422

      response-property-max-length-unset

    • the detail response's property type/format changed from string/ to array/ for status 422

      response-property-type-changed

    • removed the required property data from the response with the 200 status

      response-required-property-removed

    • removed the required property has_more from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter cursor

      request-parameter-removed

    • deleted the query request parameter limit

      request-parameter-removed

    • deleted the query request parameter vendor

      request-parameter-removed

    • removed the optional property code from the response with the 422 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 422 status

      response-optional-property-removed

    • removed the optional property instance from the response with the 422 status

      response-optional-property-removed

    • removed the optional property next_cursor from the response with the 200 status

      response-optional-property-removed

    • removed the optional property status from the response with the 422 status

      response-optional-property-removed

    • removed the optional property title from the response with the 422 status

      response-optional-property-removed

    • removed the optional property type from the response with the 422 status

      response-optional-property-removed

    • api operation id listCredentials removed and replaced with list_credentials_credentials_get

      api-operation-id-removed

    • the endpoint scheme security HumanLogin was added to the API

      api-security-added

    • the endpoint scheme security JenticApiKey was added to the API

      api-security-added

    • the endpoint scheme security BearerAuth was removed from the API

      api-security-removed

    • api tag credentials added

      api-tag-added

    • api tag Credentials removed

      api-tag-removed

    • added the new optional query request parameter api_id

      new-optional-request-parameter

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

    • removed the non-success response with the status 503

      response-non-success-status-removed

    This revision also has 179 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog