EasypanelDocs

Activate a license by order

Activates this Easypanel instance using an order identifier.

POST
/activateByOrder

Activates this Easypanel instance using an order identifier.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/activateByOrder" \  -H "Content-Type: application/json" \  -d '{    "identifier": "string",    "orderId": "string"  }'
null