enableDisableApiKey
PATCH /api/account/enableDisableApiKey
Habilita o deshabilita una ApiKey específica de una cuenta cliente.
| Campo | Tipo | Req. | Descripción |
|---|---|---|---|
apiKeyId | string (GUID) | Requerido | ID de la ApiKey — obtener con getApiKeys |
enabled | boolean | Requerido | true = habilitar · false = deshabilitar |
enableDisableApiKey
{
"apiKeyId": "{{apiKeyId}}",
"enabled": false
}