List stores

Bring stores registered in Beeping
Written by Beeping Fulfilment
Updated 10 months ago

This method is used to bring all the stores registered in the Beeping system. To access this step, you must first perform the basic authentication.

Method: get

Uri: api/get_shops/

Endpoint: http://app.gobeeping.com/api/get_shops/

Curl Example

curl --location --request GET 'app.gobeeping.com/api/get_shops' \
--header 'Authorization: Basic -----'
Did this answer your question?