Redirects Management

Control and configure the redirection rules for web traffic and URLs.

List Redirects

Display all active URL redirection rules currently implemented within the system.

SecuritybasicAuth or bearerAuth
Request
header Parameters
Content-Type
string
Example: application/json
Accept
string
Example: application/json
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

405

Method Not Allowed

post/unifed-auth-service/unifed/api/v1/organization/filter/redirects/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}

Create Redirects

Set up new URL redirection rules to streamline user flow and improve overall website navigation.

SecuritybasicAuth or bearerAuth
Request
header Parameters
Content-Type
string
Example: application/json
Accept
string
Example: application/json
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

405

Method Not Allowed

post/unifed-auth-service/unifed/api/v1/organization/redirects/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}

Get Redirects

Retrieve a list of all active URL redirection rules configured within the system.

SecuritybasicAuth or bearerAuth
Request
header Parameters
Content-Type
string
Example: application/json
Accept
string
Example: application/json
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

405

Method Not Allowed

put/unifed-auth-service/unifed/api/v1/organization/redirects/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}

Update Redirects

Modify existing URL redirection rules to ensure accurate and efficient user navigation.

SecuritybasicAuth or bearerAuth
Request
header Parameters
Content-Type
string
Example: application/json
Accept
string
Example: application/json
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

405

Method Not Allowed

patch/unifed-auth-service/unifed/api/v1/organization/redirects/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}

Delete Redirects

Remove existing URL redirection rules to streamline and update web navigation paths.

SecuritybasicAuth or bearerAuth
Request
query Parameters
id
required
string

id of the redirects to delete

Example: id=<string>
header Parameters
Content-Type
string
Example: application/json
Accept
string
Example: application/json
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

405

Method Not Allowed

delete/unifed-auth-service/unifed/api/v1/organization/redirects/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>"
}