Skip to main content
GET
/
api
/
v1
/
marcet
/
publishers
List active merchants
curl --request GET \
  --url https://receipts.opencard.io/api/v1/marcet/publishers \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "79e59794-449e-4f3c-b584-0e9e9547501a",
    "partner_id": "3ab69d8c-3019-40e9-a6e9-afb5d3dfca5b",
    "caids": [
      {
        "caid": "00004172235",
        "activated": "2014-03-31"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Publishers