cURL
curl --request GET \ --url https://api.selltrust.com.br/api/v1/store \ --header 'Authorization: <authorization>'
{ "id": "uuid-da-loja", "user_id": "uuid-do-proprietario", "title": "Minha Loja", "description": null, "terms": null, "cnpj": null, "logo": null, "favicon": null, "sub_domain": "minhaloja", "url": "https://minhaloja.exemplo.com", "active_template": "never", "template_config": null, "created_at": "2024-01-01T00:00:00.000Z", "updated_at": "2024-01-01T00:00:00.000Z", "partner_id": null }
Store
url
getStoreUrl
Bearer stk_live_...