FusionAuth API — Application
FusionAuth API — Application. 20 operations. Lead operation: Retrieves all the applications that are currently inactive. OR Retrieves the application for the given Id or all the applications if the Id . Self-contained Naftiko capability covering one business surface.
FusionAuth API — Application is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 20 operations across the POST, GET, DELETE, PATCH, and PUT methods rooted at /v1/api/application.
The capability includes 4 read-only operations and 16 state-changing operations. Lead operation: Creates an application. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include FusionAuth and Application.
What You Can Do
MCP Tools
fusionauth-createapplication
Creates an application. You can optionally specify an Id for the application, if not provided one will be generated.
fusionauth-retrieveapplication
Retrieves all the applications that are currently inactive. OR Retrieves the application for the given Id or all the applications if the Id
fusionauth-searchapplicationswithid
Searches applications with the specified criteria and pagination.
fusionauth-createapplicationwithid
Creates an application. You can optionally specify an Id for the application, if not provided one will be generated.
fusionauth-deleteapplicationwithid
Hard deletes an application. This is a dangerous operation and should not be used in most circumstances. This will delete the application, a
fusionauth-patchapplicationwithid
Updates, via PATCH, the application with the given Id.
fusionauth-updateapplicationwithid
Updates the application with the given Id. OR Reactivates the application with the given Id.
fusionauth-retrieveapplicationwithid
Retrieves the application for the given Id or all the applications if the Id is null.
fusionauth-retrieveoauthconfigurationwithid
Retrieves the Oauth2 configuration for the application for the given Application Id.
fusionauth-createapplicationrole
Creates a new role for an application. You must specify the Id of the application you are creating the role for. You can optionally specify
fusionauth-createapplicationrolewithid
Creates a new role for an application. You must specify the Id of the application you are creating the role for. You can optionally specify
fusionauth-deleteapplicationrolewithid
Hard deletes an application role. This is a dangerous operation and should not be used in most circumstances. This permanently removes the g
fusionauth-patchapplicationrolewithid
Updates, via PATCH, the application role with the given Id for the application.
fusionauth-updateapplicationrolewithid
Updates the application role with the given Id for the application.
fusionauth-createoauthscope
Creates a new custom OAuth scope for an application. You must specify the Id of the application you are creating the scope for. You can opti
fusionauth-createoauthscopewithid
Creates a new custom OAuth scope for an application. You must specify the Id of the application you are creating the scope for. You can opti
fusionauth-deleteoauthscopewithid
Hard deletes a custom OAuth scope. OAuth workflows that are still requesting the deleted OAuth scope may fail depending on the application's
fusionauth-patchoauthscopewithid
Updates, via PATCH, the custom OAuth scope with the given Id for the application.
fusionauth-retrieveoauthscopewithid
Retrieves a custom OAuth scope.
fusionauth-updateoauthscopewithid
Updates the OAuth scope with the given Id for the application.