List items from a credential provider

Returns available credential items (e.g., 1Password login items) from the provider.

GET/org/credential_providers/{id}/items

Returns available credential items (e.g., 1Password login items) from the provider.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Credential provider ID

Response

application/json

List of credential items

curl -X GET "https://example.com/org/credential_providers/string/items"
{  "items": [    {      "id": "string",      "title": "string",      "vault_id": "string",      "vault_name": "string",      "path": "string",      "urls": [        "string"      ]    }  ]}