Check if Site is Using Fera

How to check if a site/store is using Fera or not.

To check if a site/store is using Fera you can perform a store search operation like this:

Search Fera Stores

Code Examples

curl --request GET \
     --url https://api.fera.ai/v3/partners/stores/search?domain=example.com \
     --header 'Api-Key: YOUR_PARTNER_API_KEY'
# See JSON response examples above

Last updated