action miataru_get_location { label: "getLocation" description: "To retrieve a specific devices latest known location the /GetLocation method is used. Please note that the MiataruConfig portion is optional. RequestMiataruDeviceID should be the ID of the device the request is sent from (or an identifier like an URL)." provider: miataru method: POST path: "/GetLocation" encoding: json output: { type: "object" additionalProperties: true } }