---
title: "Increment an activation meter attribute"
method: POST
path: "/v3/activations/meter-attributes/{id}"
tags: ["Activations"]
---

# Increment an activation meter attribute

`POST /v3/activations/meter-attributes/{id}`

Increments the activation meter attribute uses.

## Path parameters

- `id` string, required

## Request body

- IncrementMeterAttributeRequestModel
  - `increment` integer, required — Positive or negative increment to update the uses of the attribute.
  - `activationId` string, required — Unique identifier for the activation.
  - `productId` string, nullable — Unique identifier for the product.
  - `accountId` string, nullable, required — Unique identifier for the account.

## Response `200`

OK

- ActivationMeterAttributeIncrementResponseDto
  - `name` string, required
  - `uses` integer, required
  - `licenseAllowedUses` integer, required
  - `licenseTotalUses` integer, required
  - `licenseGrossUses` integer, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/versions/ec1259c12475/schema)
