Skip to main content

core_brands_list

GET 

/api/v3//core/brands/

Brand Viewset

Request

Query Parameters

    brand_uuid uuid
    branding_default_flow_background string
    branding_favicon string
    branding_logo string
    branding_title string
    default boolean
    domain string
    flow_authentication uuid
    flow_device_code uuid
    flow_invalidation uuid
    flow_recovery uuid
    flow_unenrollment uuid
    flow_user_settings uuid
    ordering string

    Which field to use when ordering the results.

    page integer

    A page number within the paginated result set.

    page_size integer

    Number of results to return per page.

    search string

    A search term.

    web_certificate uuid

Responses

Schema
    pagination objectrequired
    nextnumberrequired
    previousnumberrequired
    countnumberrequired
    currentnumberrequired
    total_pagesnumberrequired
    start_indexnumberrequired
    end_indexnumberrequired
    results object[]required
  • Array [
  • brand_uuiduuidrequired
    domainstringrequired

    Domain that activates this brand. Can be a superset, i.e. a.b for aa.b and ba.b

    defaultboolean
    branding_titlestring
    branding_logostring
    branding_faviconstring
    branding_custom_cssstring
    branding_default_flow_backgroundstring
    flow_authenticationuuidnullable
    flow_invalidationuuidnullable
    flow_recoveryuuidnullable
    flow_unenrollmentuuidnullable
    flow_user_settingsuuidnullable
    flow_device_codeuuidnullable
    default_applicationuuidnullable

    When set, external users will be redirected to this application after authenticating.

    web_certificateuuidnullable

    Web Certificate used by the authentik Core webserver.

    attributes
  • ]

Authorization: http

name: authentiktype: httpscheme: bearer
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "/api/v3/core/brands/");
request.Headers.Add("Accept", "application/json");
request.Headers.Add("Authorization", "Bearer <token>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query