# Get all active grants **GET /api/my-account/grants** Retrieve all active application grants for the user. A logto-verification-id in header is required for checking grant details. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Query parameters - **appType** (string) Optional application type filter. Use 'firstParty' to return grants from first-party applications only, or 'thirdParty' for third-party applications only. ## Responses ### 200 Return a list of active application grants of the user. #### Body: application/json (object) - **grants** (array[object]) ### 400 Bad Request ### 401 Permission denied, the verification record is invalid or the session does not have the required scope to access grant details. ### 403 Forbidden ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)