Activate the policy
Brings a suspended contract back into force, and nothing else — any other status is refused with CONFLICTING_POLICY_STATUS. It is not how a new contract starts: a signed one comes into force on its own at its start date, and on products setting requireFirstPaymentToActivate, once the first premium is collected. appliedAt is when activation takes effect and must not precede whenAt; the call schedules the change for that date rather than applying it immediately.
Authorizations
Machine-to-machine clients use the OAuth 2.0 client credentials grant. Each tenant has its own authorization server: in the token URL below, replace tenant with your tenant identifier.
Headers
Your tenant identifier. Requests without it are rejected.
Path Parameters
the policy id
^policy(_test)?_[346789ABCDEFGHJKLMNPQRTUVWXYabcdefghijkmnpqrtwxyz]{21}$Query Parameters
Optional: the whenAt datetime
Optional: the simulatedAt datetime
Body
the date and time when the policy will be activated
Response
The response is of type object.

