Redirect
Documentation for Redirect API
📄️ Create Redirect
The 'Create Redirect' API Allows adding a new url redirect to the system. Use this endpoint to create a url redirect with the specified details. Ensure that the required information is provided in the request payload.
📄️ Update Redirect By Id
The 'Update Redirect By Id' API Allows updating an existing URL redirect in the system. Use this endpoint to modify a URL redirect with the specified ID using details provided in the request payload.
📄️ Delete Redirect By Id
The 'Delete Redirect By Id' API Allows deletion of a URL redirect from the system using its unique identifier. Use this endpoint to delete a URL redirect with the specified ID using details provided in the request payload.
📄️ Fetch List of Redirects
Retrieves a list of all URL redirects based on the given query parameters.