Skip to main content
GET
/
public-mrr
/
merchant-info
Obter informações do merchant
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
}

Authorizations

Authorization
string
header
required

Response

data
object
error
null