cURL
curl --request GET \ --url https://api.nonce.app/private-api/v1/me \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "workspace_id": "org_xxxxxxxxxxxxxxxxxxxxxxxxxxx", "workspace_name": "Hashing", "workspace_slug": "hashing" }, "error": null }
Returns workspace information for the authenticated API key
Clerk Machine API Key for authentication
Successfully retrieved workspace info
Indicates if the request was successful
true
Show child attributes
Error object (null on success)
null