Branding and Widget Management

Customize and control the appearance of widgets and branding elements across your platform.

Get Branding

Retrieve the current branding elements, such as logos and color schemes, used across your organization's platforms.

SecuritybasicAuth or bearerAuth
Request
header Parameters
Accept
string
Example: application/json
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

405

Method Not Allowed

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

Update Branding

Refresh and customize your organization's visual identity by updating logos, color schemes, and other brand elements.

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/branding/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}

List Widget

Display and manage a dynamic list of items or entries within your application for improved organization and user interaction.

SecuritybasicAuth or bearerAuth
Request
path Parameters
tenant_id
required
string

(Required)

Example: <string>
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/widget/{tenant_id}/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}

Create Widget

Design and add new widgets to customize and enhance your application's user interface.

SecuritybasicAuth or bearerAuth
Request
path Parameters
tenant_id
required
string

(Required)

Example: <string>
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/widget/{tenant_id}/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}

Update Widget

Modify and enhance existing widgets to improve functionality and user experience

SecuritybasicAuth or bearerAuth
Request
path Parameters
tenant_id
required
string

(Required)

Example: <string>
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/widget/{tenant_id}/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}

Delete Widget

Remove specific widgets from your interface to streamline and customize the user experience.

SecuritybasicAuth or bearerAuth
Request
path Parameters
tenant_id
required
string

(Required)

Example: <string>
query Parameters
id
string

(Required)

Example: id=<string>
header Parameters
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/widget/{tenant_id}/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>"
}

Get Widget

Retrieve detailed information and configurations for a specific widget in the system.

SecuritybasicAuth or bearerAuth
Request
path Parameters
widget_id
required
string

(Required)

Example: <string>
header Parameters
Accept
string
Example: application/json
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

405

Method Not Allowed

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