cURL
curl --request GET \ --url https://lex.page/api/v1/docs \ --header 'Authorization: Bearer <token>'
{ "docs": [ { "id": 123, "updated_at": "2023-11-07T05:31:56Z", "user_docs": [ { "user": { "id": 123, "fname": "<string>", "lname": "<string>", "email": "jsmith@example.com", "avatar_url": "<string>" } } ] } ], "pagination": { "current_page": 123, "next_page": 123, "prev_page": 123, "total_pages": 123, "total_count": 123 } }
Retrieves a paginated list of documents for the current user
Show child attributes