Back to browse
Essential Endpoint Details
Document this API endpoint in detail: Endpoint: GET /api/v1/users/{id} Purpose: Retrieve a specific user's profile Path parameters: - id (string, required): Th…
Added May 19, 20260 views0 copies
Prompt
Document this API endpoint in detail:
Endpoint: GET /api/v1/users/{id}
Purpose: Retrieve a specific user's profile
Path parameters:
- id (string, required): The unique user ID
Query parameters:
- fields (string, optional): Comma-separated fields to include
- include_metadata (boolean, optional): Include audit metadata
Response format:
{
"id": "user_123",
"name": "John Doe",
"email": "
[email protected]
",
"created_at": "2024-01-15T10:30:00Z",
"status": "active"
}
Include:
1.
Complete request/response examples
2.
All possible error codes
3.
Authentication details
4.
Rate limit headers
5.
Example cURL commandReplace text in [BRACKETS] with your own values before pasting.