Skip to main content
POST
/
admin
/
tick
Run the billing tick
curl --request POST \
  --url https://api.useplinth.com/admin/tick
{
  "object": "tick_result",
  "renewed": 3,
  "trials_converted": 1,
  "failed": 0,
  "sandboxes_purged": 0
}

Query Parameters

tenant_id
string
required

Response

200 - application/json

Tick result

object
enum<string>
Available options:
tick_result
renewed
integer
Example:

3

trials_converted
integer
Example:

1

failed
integer
Example:

0

sandboxes_purged
integer
Example:

0