Skip to main content
GET
/
consumer
/
v1
/
identity
/
data-key
Raw data key endpoint (blocked)
curl --request GET \
  --url https://api.machines.cash/consumer/v1/identity/data-key \
  --header 'Authorization: Bearer <token>'
{
  "error": "forbidden",
  "message": "raw key access is disabled on consumer api; use /consumer/v1/crypto/*."
}

Authorizations

Authorization
string
header
required

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

Response

Success

ok
boolean
data
object
summary
string
errors
object[]
next
string