Unkey · Schema

V2IdentitiesListIdentitiesResponseData

List of identities matching the specified criteria.

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics
View JSON Schema on GitHub

JSON Schema

unkey-v2identitieslistidentitiesresponsedata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/V2IdentitiesListIdentitiesResponseData",
  "title": "V2IdentitiesListIdentitiesResponseData",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Identity"
  },
  "description": "List of identities matching the specified criteria."
}