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

Account Information

This contains endpoint to get your account information.

Get my account information

GET {{ BASE }}/my-account

{
    "status": true,
    "message": "success",
    "data": {
        "business_name": "name",
        "email": "email",
        "account": {
            "balance": "balance",
            "commission": "commission"
        }
    }
}

Last updated