cURL
curl --request GET \ --url https://rxresu.me/api/openapi/resume/statistics/{id} \ --header 'x-api-key: <api-key>'
{ "isPublic": true, "views": 123, "downloads": 123, "lastViewedAt": "2023-11-07T05:31:56Z", "lastDownloadedAt": "2023-11-07T05:31:56Z" }
Get the statistics for a resume, such as number of views and downloads.
The API key to authenticate requests.
OK