Skip to content

Update click cost (POST)​

POST
/api/cost/update

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"click_id": "string",
  
"cost": 0
}

Responses​

Cost updated

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI