action ably_get_push_device_details { label: "Get a device registration" description: "Get the full details of a device." provider: ably method: GET path: "/push/deviceRegistrations/{device_id}" encoding: json output: { type: "object" additionalProperties: true } }