FusionAuth API — JWT
FusionAuth API — JWT. 10 operations. Lead operation: Issue a new access token (JWT) for the requested Application after ensuring the provided JWT is valid. A valid access token is properly sign. Self-contained Naftiko capability covering one business surface.
FusionAuth API — JWT is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 10 operations across the GET, POST, and DELETE methods rooted at /v1/api/jwt.
The capability includes 5 read-only operations and 5 state-changing operations. Lead operation: Issue a new access token (JWT) for the requested Application after ensuring the provided JWT is valid. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include FusionAuth and JWT.
What You Can Do
MCP Tools
fusionauth-issuejwtwithid
Issue a new access token (JWT) for the requested Application after ensuring the provided JWT is valid. A valid access token is properly sign
fusionauth-retrievejwtpublickey
Retrieves the Public Key configured for verifying the JSON Web Tokens (JWT) issued by the Login API by the Application Id. OR Retrieves the
fusionauth-reconcilejwtwithid
Reconcile a User to FusionAuth using JWT issued from another Identity Provider.
fusionauth-exchangerefreshtokenforjwtwithid
Exchange a refresh token for a new JWT.
fusionauth-retrieverefreshtokenswithid
Retrieves the refresh tokens that belong to the user with the given Id.
fusionauth-deletejwtrefresh
Revokes refresh tokens using the information in the JSON body. The handling for this method is the same as the revokeRefreshToken method and
fusionauth-retrieverefreshtokenbyidwithid
Retrieves a single refresh token by unique Id. This is not the same thing as the string value of the refresh token. If you have that, you al
fusionauth-revokerefreshtokenbyidwithid
Revokes a single refresh token by the unique Id. The unique Id is not sensitive as it cannot be used to obtain another JWT.
fusionauth-validatejwtwithid
Validates the provided JWT (encoded JWT string) to ensure the token is valid. A valid access token is properly signed and not expired. This
fusionauth-vendjwtwithid
It's a JWT vending machine! Issue a new access token (JWT) with the provided claims in the request. This JWT is not scoped to a tenant or u