Commerce
payments, invoices & products api
The “Get Store Details” API allows to get store details.
cURL
curl --request GET \ --url https://services.leadconnectorhq.com/store/customer-access-center/store/{funnelId} \ --header 'Authorization: Bearer <token>'
{ "status": true, "data": { "name": "My Store", "steps": [ { "id": "step123", "name": "Product Page", "url": "/product", "type": "store", "sequence": 1, "key": "step123" } ] }, "message": "Successfully created" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Status of api action
true
Show child attributes
Success message
"Successfully created"
Was this page helpful?