POST
/
users
/
m2m
/
charges
/
cve
/
{team}
curl --request POST \
  --url https://api.altostrat.io/users/m2m/charges/cve/{team} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "site_count": 2,
  "report_id": "<string>"
}'
{
  "charge": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication for general M2M API access.

Path Parameters

team
string
required

UUID of the Team.

Body

application/json

Response

200
application/json

Charge recorded successfully. Returns Stripe charge details.

The response is of type object.