List White Labels

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

Args:

db: The database session auth_context: The authentication context

Returns:

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

Headers

X-API-KeystringOptional
X-Organization-IDstringOptional

Response

Successful Response
namestring
source_short_namestring
redirect_urlstring
client_idstring
client_secretstring
allowed_originsstring
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_atdatetime
modified_atdatetime
created_by_emailstring or nullformat: "email"
modified_by_emailstring or nullformat: "email"

Errors