List White Labels

List all white labels for the current user’s organization.

Args:

db: The database session current_user: The current user

Returns:

list[schemas.WhiteLabel]: A list of white labels

Headers

x-api-keystringOptional

Response

Successful Response

namestring
source_short_namestring
redirect_urlstring
client_idstring
client_secretstring
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_atdatetime
modified_atdatetime
created_by_emailstringformat: "email"
modified_by_emailstringformat: "email"

Errors