Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.mokaru.ai/v1/awards/{id} \ --header 'Authorization: Bearer <token>'
Get a single award by id
awards:read
GET /v1/awards/clx...
list-awards
{ "data": { "id": "clx...", "name": "Best Engineer of the Year", "organisation": "ACM", "description": "Annual recognition for outstanding contributions", "date": "2024-12-01T00:00:00.000Z", "createdAt": "2026-01-15T10:00:00.000Z", "updatedAt": "2026-01-15T10:00:00.000Z" } }
404
Was this page helpful?