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

Documentation Index

Fetch the complete documentation index at: https://docs.machines.cash/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer session token for User API operations. Legacy UserSessionBearer naming remains supported.

Response

Success

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