| Name | Type | Required | Description | Example |
|---|---|---|---|---|
companyId | string | ✅ | The unique identifier of the company | COM-0FNWT0H89QS36 |
countryId | string | ✅ | The unique identifier of the country | CON-0AZZVPQHM475V |
customerIdentifier | string | ✅ | The email address of the customer | onkar.kore+86@stykite.com |
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
Authorization | string | ✅ | Bearer token for authentication | Bearer <api-key> |
Content-Type | string | ✅ | Content type of request payload | application/json |
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
meter_tsid | string | ✅ | The unique identifier of the meter | MTR-0MB95BFFX5MY2 |
entitlement | integer | ✅ | The entitlement value (e.g., credits, seats) | 1 |
[
{
"meter_tsid": "MTR-0MB95BFFX5MY2",
"entitlement": 1
},
{
"meter_tsid": "MTR-0MB8WXFSD5YVW",
"entitlement": 1
}
]