For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Customer info

To get the customer information

window.acquire = window.acquire || [];
acquire.push(function(app){
    app.myself();
});

Last updated