Users / id
Retrieve a specific user by ID.
API Overview
Path: /api/users/[id] — Method: GET
Auth: session-cookie
Example: curl https://www.advancelytics.com/api/users/123
Request Details
No headers required
Path Params
- id(string, required)
No query required
No body required
Responses
- 200
Notes & Tips
- Ensure headers match exactly (e.g.,
x-apikey). - Use
Content-Type: application/jsonfor JSON bodies. - For Bearer auth, you can provide either a session JWT or an opaque API key where supported.