Skip to main content
GET
/
consumer
/
v1
/
keys
List consumer API keys
curl --request GET \
  --url https://api.machines.cash/consumer/v1/keys \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {},
  "summary": "success"
}

Authorizations

Authorization
string
header
required

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

Response

Success

keys
object[]