# Get JWT customizer **GET /api/configs/jwt-customizer/{tokenTypePath}** Get the JWT customizer for the given token type. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **tokenTypePath** (string) The token type to get the JWT customizer for. ## Responses ### 200: The JWT customizer. #### Body Parameters: application/json (object) - **script** (string) - **environmentVariables** (object) - **contextSample** (object) - **tokenSample** (object) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: The JWT customizer does not exist. [Powered by Bump.sh](https://bump.sh)