listTestDistributionApiKeys

@GET(value = "api/test-distribution/api-keys")
abstract suspend fun listTestDistributionApiKeys(): TestDistributionApiKeyPrefixPage

Lists Test Distribution API keys. Returns a list of all Test Distribution API key prefixes. Responses:

  • 200: The response contains a listing of the requested type of (active or revoked) Test Distribution API keys.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked or the user bearing the key lacks permissions for this operation.

Return

TestDistributionApiKeyPrefixPage