Configs
List Credential Kinds
Retrieve a paginated list of credential kinds for your project.
GET
Permission Required:
project:view-configsid matches the credential_kind_id field on test player credentials, so
this endpoint is useful when constructing tests that reference credentials.
Query Parameters
Page number (0-indexed)
Results per page (1-100)
Response
Array of credential kind objects
Pagination metadata (
page, page_size, total_count, total_pages)CredentialKind Object
Credential kind ID (use as
credential_kind_id on test player credentials)Credential kind name
Optional description
Whether each credential of this kind can be used by at most one concurrent run
Authorizations
API key for authentication
Path Parameters
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Page number (0-indexed)
Results per page (1-100)
Required range:
1 <= x <= 100