Перейти к основному содержимому

ResponseOrganizationKey

public_keystringrequired

Публичный ключ организации

namestringrequired

Название организации

idintegerrequired

ID ключа

Possible values: >= 1 and <= 2147483647

Example: 1
organization_idintegerrequired

ID организации

Possible values: >= 1 and <= 2147483647

Example: 1
created_atstring<date-time>required

Дата и время создания ключа

ResponseOrganizationKey
{
"public_key": "string",
"name": "string",
"id": 1,
"organization_id": 1,
"created_at": "2024-07-29T15:51:28.071Z"
}