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/certificates \ --header 'Authorization: Bearer <token>'
List certificates on your career profile
certificates:read
GET /v1/certificates?limit=25&offset=0
{ "data": [ { "id": "clx...", "name": "AWS Solutions Architect Professional", "issuer": "Amazon Web Services", "description": "Validated expertise in designing distributed systems on AWS", "issueDate": "2024-03-15T00:00:00.000Z", "expiryDate": "2027-03-15T00:00:00.000Z", "credentialId": "AWS-SAP-12345", "verificationUrl": "https://aws.amazon.com/verification/...", "createdAt": "2026-01-15T10:00:00.000Z", "updatedAt": "2026-01-15T10:00:00.000Z" } ], "total": 5, "hasMore": false, "limit": 25, "offset": 0 }
Was this page helpful?