cURL
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/*." }
Raw data key endpoint (blocked)
When to use this: This endpoint is intentionally blocked on consumer surface; use /consumer/v1/crypto/* instead.
Required scope: blocked.
This route is blocked on consumer surface and returns 403.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes