English
English
Appearance
English
English
Appearance
API : /api/integration/store/info.json
Method: GET
Request Header
| key | value |
|---|---|
| X-pawdo-access-token | API KEY |
Example (Response)
{
"status": true,
"store": {
"id": "349d524a-***-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",
"user_id": "0ef2c5e3-***-98ea-8fcc1bd4e7c2",
"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": "ccd8cbf7-***-9397-42045ddcb51b",
"allow_pick_stock": false,
"is_developer_store": false,
"allow_public_api": true,
"prefix": 94,
"callback_api": "",
"admin": {
"id": "349d524a-***-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.