> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cativa.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# [Authenticated] List current user achievements



## OpenAPI

````yaml /openapi/tenant.json get /api/v1/engagement/achievements/my
openapi: 3.0.1
info:
  title: Cativa Social API (public)
  version: public
servers: []
security: []
paths:
  /api/v1/engagement/achievements/my:
    get:
      tags:
        - Achievements
      summary: '[Authenticated] List current user achievements'
      operationId: GetMyAchievements
      responses:
        '200':
          description: OK

````