PartnerConfig
Name of the partner.
Type of user account associated with the partner configuration.
uris object
Branded URLs for the partner portal (console, docs, API, and related links).
Authentication service URL.
Documentation site URL.
API reference documentation URL.
Web console URL.
Base URL of the API.
Marketing landing page URL.
Contact or support page URL.
Support contact email address for the partner.
logos object
Logo image URLs for the partner branding.
URL of the logo image used on light backgrounds.
URL of the logo image used on dark backgrounds.
User email address.
URL of the favicon image.
URL of the background image used in the partner portal.
colors object
Brand color palette for the partner portal.
primary object
Primary brand colors for light and dark modes.
Primary brand color used in light mode, as a hex value.
Primary brand color used in dark mode, as a hex value.
secondary object
Secondary brand colors for light and dark modes.
Secondary brand color used in light mode, as a hex value.
Secondary brand color used in dark mode, as a hex value.
{
"name": "string",
"user_type": "string",
"uris": {
"auth": "string",
"doc": "string",
"api_doc": "string",
"console": "string",
"api_uri": "string",
"landing_page": "string",
"contact_us": "string"
},
"support_email": "string",
"logos": {
"light": "string",
"dark": "string",
"email": "string",
"favicon": "string"
},
"background_image_url": "string",
"colors": {
"primary": {
"light": "string",
"dark": "string"
},
"secondary": {
"light": "string",
"dark": "string"
}
}
}