GoodMem
ReferenceClient SDKs.NET SDKRequests

CreateApiKeyRequest

CreateApiKeyRequest documentation for .NET SDK

Request parameters for creating a new API key.

Properties

NameTypeDescriptionNotes
LabelsDictionary<string, string>Key-value pairs of metadata associated with the API key. Used for organization and filtering.[optional]
ExpiresAtlong?Expiration timestamp in milliseconds since epoch. If not provided, the key does not expire.[optional]
ApiKeyIdstringOptional client-provided UUID for idempotent creation. If not provided, server generates a new UUID. Returns ALREADY_EXISTS if ID is already in use.[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page