To retrieve your business information from Pandascrow, query the endpoint provided in the documentation with a GET request method.

[GET] {{baseurl}}/sandbox/index/business/fetch

API Object

{
    "status": 200,
    "data": {
        "business": {
            "businessID": 1,
            "userID": 1,
            "businessname": "Precious Tom",
            "businessemail": null,
            "businessphone": null,
            "businessaddress": null,
            "businessbio": "I am new business on Pandascrow!",
            "businesslogo": null,
            "businesscurrency": "NGN",
            "businesswebsite": null,
            "supportemail": null,
            "chargebackemail": null,
            "facebookurl": null,
            "twitterurl": null,
            "instagramurl": null,
            "linkedinurl": null,
            "hash": "ing4kb6phxvhdphoug8j",
            "is_verified": 0,
            "is_default": 1,
            "send_verrequest": 0,
            "is_live": 0,
            "dateCreated": "2 weeks ago",
            "verification": {
                "documentType": null,
                "documentNumber": null,
                "dateOfCompanybirth": null,
                "dateSubmited": null,
                "dateApproved": null
            }
        }
    }
}
curl -L -X GET '{{baseurl}}/sandbox/index/business/fetch' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY' \
-H 'Appid: appid'
Language
Authentication
Basic
base64
:
Click Try It! to start a request and see the response here!