cURL
curl --request GET \ --url https://api.abacatepay.com/v1/public-mrr/merchant-info \ --header 'Authorization: Bearer <token>'
{ "data": { "name": "Example Tech", "website": "https://www.example.com", "createdAt": "2024-12-06T18:53:31.756Z" }, "error": null }
Retorna informações básicas da loja (nome, website e data de criação).
Show child attributes