POST
/
users
/
m2m
/
trial_ends_at
/
{organization}
curl --request POST \
  --url https://api.altostrat.io/users/m2m/trial_ends_at/{organization} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "timestamp": 123
}'
{
  "trial_ends_at": 123
}

Authorizations

Authorization
string
header
required

Bearer token authentication for general M2M API access.

Path Parameters

organization
string
required

UUID of the Organization.

Body

application/json

Response

200
application/json

Trial end date updated successfully.

The response is of type object.