Skip to content
Myra DataHub User Manual (Versatel) Updated · 18 Aug 2026

Used API methods

The Myra API for the Myra DataHub uses the following methods:

Element Description
GET The GET method allows you to request a specific object or a list of objects with settings and entries in the Myra DataHub.
POST The POST method allows you to add new settings or entries for specific functions in the Myra DataHub.
PUT The PUT method allows the user to change specific information of existing settings or entries in the Myra DataHub. Only the attributes id, modified, and the attributes for changing a specific option must be defined in the body.NoteThe settings for subdomains are an exception, because changing a setting requires the complete transfer of all attributes of the corresponding object. Attributes that are not defined are reset to the default value.
DELETE You can use the DELETE method to delete entire entries for an option in the Myra DataHub.