Portals

Method Resource Description
Get portals GET /api/portal/get Returns a list of all the portals registered for the user with the email address specified in the request.
Register portal POST /api/portal/register Registers a new portal with the parameters specified in the request.
Portal deletion DELETE /api/portal/remove Deletes a portal with a name specified in the request.
Portal status PUT /api/portal/status Changes a portal activation status with a value specified in the request.
Validate portal name POST /api/portal/validateportalname Checks if the specified name is available to create a portal.