APITry it in the playground →
API explorer
The complete v1 surface — 41 endpoints — with the scope each one requires and the SDK call that wraps it. The canonical prose reference lives on nodedata.ai/docs/api-reference.
Retrieve the authenticated account
Identifies the account behind the key and reports the key's mode and scopes. The cheapest way to confirm credentials work.
Scopeany valid keySDKnd.account.retrieve()
Request
cURL
curl "https://www.nodedata.ai/api/v1/me" \ -H "Authorization: Bearer $NODE_DATA_API_KEY"Response
200 · /me
{ "id": "usr_2fJk...", "slug": "casper-white-2", "name": "Casper White", "email": "casper@example.com", "created_at": "2026-06-24T18:03:11.000Z", "key": { "mode": "live", "scopes": ["models:read", "payouts:read"] }}