Usage

Usage

Get all product usage

get
/api/c1/product-usages
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Header parameters
Acceptstring Β· enumRequired

The client must specify an Accept header.

Possible values:
Responses
get
/api/c1/product-usages

Add product usage

post
/api/c1/product-usages
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
Acceptstring Β· enumRequired

The client must specify an Accept header.

Possible values:
Content-Typestring Β· enumRequired

The client must specify a Content-Type header.

Possible values:
Body
tsintegerOptional

UNIX timestamp of value

Example: 1756582856
valuenumber Β· floatOptional

Value recorded at ts

Example: 10.5
crm_idstringOptional

CRM ID of the account

Example: xx123
product_idintegerOptional

Product ID for the product

Example: 332
Responses
post
/api/c1/product-usages

Last updated