Skip to content

Information store

API : /api/integration/store/info.json

Method: GET

Request Header

keyvalue
X-pawdo-access-tokenAPI KEY

Example (Response)

json
{
  "status": true,
  "store": {
    "id": "349d524a-5b95-4384-82a1-1afb49ca1d77",
    "created_at": "2025-08-06T12:17:09.000618+07:00",
    "updated_at": "2026-02-06T16:45:07.409801+07:00",
    "name": "joe",
    "status": "active",
    "phone": "012345678",
    "support_email": "[email protected]",
    "time_zone": "HCM CT",
    "currency": "USD",
    "fulfillment_type": "pod",
    "address": {
      "zip": 123,
      "city": "hanoi",
      "address": "hanoi",
      "country": "vietnam",
      "show_in_footer": true,
      "legal_name_of_business": null
    },
    "metadata": {
      "logo": "",
      "banner": "https://example.com/images/sample-document.png",
      "favicon": "https://example.com/images/sample-document.png"
    },
    "admin": {
      "id": "349d524a-5b95-4384-82a1-1afb49ca1d78",
      "name": "seller",
      "email": "[email protected]",
      "phone": "012345678",
      "role": "admin",
      "status": "active",
      "avatar": "https://example.com/images/sample-document.png",
      "last_login": "2026-02-24T14:41:58.506386+07:00"
    }
  }
}

If you encounter any issues related to the store information API, please contact Pawdo support via Facebook for assistance.