# GetJWKsByApp **GET /v1/auth/jwks/{app_id}** Get JWK Set for the App. ## HTTP Request `GET /v1/auth/jwks/{app_id}` ## Request String Example ``` json /v1/auth/jwks/app_24ydphdixx2ydhF0E5WUFUKWNqi ``` ## Returns A successful response returns a `JWK` Set object. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ### Path parameters - **app_id** (string) App ID to retrieve the JWK for. ## Responses ### 200 #### Body: application/json (object) - **keys** (array[object]) [Powered by Bump.sh](https://bump.sh)