Credentials

List API credentials

Lists all API credentials for the requester's tenant. API credentials can be used to authenticate automated processes and integrations with the HiddenLayer API. The list includes both active and inactive credentials, along with their associated metadata. If the embed parameter is used with created_by_user, the response will also include details about the user who created each credential.

get/api/v2/credentials

Query parameters

embedstring

A comma-separated list of optional fields to embed in the response. Currently, the only supported value is created_by_user.

Response

A list of Credentials

Changes