Intro
This is the documentation of gotify/server. Let's start with some definitions:
A client is a device or program that receives messages and can manage clients, applications and messages. A client cannot send messages.
An application is a device or program that can only send messages.
Users can only manage (view/edit/delete) the clients and applications they created, including messages sent by those applications.
A message has the following attributes: content, title, creation date, application id and priority.

