Unkey · Schema

V2IdentitiesCreateIdentityResponseData

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics

Properties

Name Type Description
identityId string The unique identifier of the created identity.
View JSON Schema on GitHub

JSON Schema

unkey-v2identitiescreateidentityresponsedata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/V2IdentitiesCreateIdentityResponseData",
  "title": "V2IdentitiesCreateIdentityResponseData",
  "type": "object",
  "properties": {
    "identityId": {
      "type": "string",
      "description": "The unique identifier of the created identity."
    }
  },
  "required": [
    "identityId"
  ]
}