Update Organisation Plan

This API endpoint allows updating the plan of an organisation.

Authorization: Bearer YOUR_TOKEN


Expected Behavior:


  • On success, the system will update the organisation plan and return a confirmation message.
  • If the request is unauthorized or invalid, the system will respond with an error message.
curl -X PUT "https://api.pinghome.io/customer-cmd/v1/organisation/plan" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"
ResponseThis section is used to view the possible HTTP response codes returned by the API. These codes indicate the status of a request, such as 201 (Created), 401 (Unauthorized), 409 (Conflict), or 422 (Unprocessable Entity).