Credential Lists

Get credential list

Return a credential list by its specified ID.

get/credentialLists/{id}

Path parameters

idstring required

The ID of the credential list to return.

Response

OK

namestring

The name of the credential list.

idstring

The ID of the credential list.

Example response

{
  "name": "My Credential List",
  "id": "01GNZ9MXEZ4K6S8GB7RW063VAN"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.