Authorizations
API key authentication for the External Actor Gateway
Query Parameters
cursor parameter
Number of page groups to return (1-100, default 20)
curl --request GET \
--url https://api.tryarchitect.com/v0/brands \
--header 'x-api-key: <api-key>'{
"hasMore": true,
"items": [
{
"brandId": "brand_01j5k9m7n8p9q2r3s4t5v6w7x8",
"companyHomePage": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"preferredAppearance": "system",
"tenantId": "<string>",
"themeDark": {
"borderColor": "<string>",
"buttonBackgroundColor": "<string>",
"buttonTextColor": "<string>",
"faviconFileId": "<string>",
"faviconUrl": "<string>",
"logoFileId": "<string>",
"logoIconFileId": "<string>",
"logoIconUrl": "<string>",
"logoUrl": "<string>",
"mutedTextColor": "<string>",
"pageBackgroundColor": "<string>",
"pageForegroundColor": "<string>",
"secondaryAccentColor": "<string>",
"sectionCardHighlightColor": "<string>"
},
"themeLight": {
"borderColor": "<string>",
"buttonBackgroundColor": "<string>",
"buttonTextColor": "<string>",
"faviconFileId": "<string>",
"faviconUrl": "<string>",
"logoFileId": "<string>",
"logoIconFileId": "<string>",
"logoIconUrl": "<string>",
"logoUrl": "<string>",
"mutedTextColor": "<string>",
"pageBackgroundColor": "<string>",
"pageForegroundColor": "<string>",
"secondaryAccentColor": "<string>",
"sectionCardHighlightColor": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"nextCursor": "<string>"
}List all brands for the authenticated tenant
curl --request GET \
--url https://api.tryarchitect.com/v0/brands \
--header 'x-api-key: <api-key>'{
"hasMore": true,
"items": [
{
"brandId": "brand_01j5k9m7n8p9q2r3s4t5v6w7x8",
"companyHomePage": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"preferredAppearance": "system",
"tenantId": "<string>",
"themeDark": {
"borderColor": "<string>",
"buttonBackgroundColor": "<string>",
"buttonTextColor": "<string>",
"faviconFileId": "<string>",
"faviconUrl": "<string>",
"logoFileId": "<string>",
"logoIconFileId": "<string>",
"logoIconUrl": "<string>",
"logoUrl": "<string>",
"mutedTextColor": "<string>",
"pageBackgroundColor": "<string>",
"pageForegroundColor": "<string>",
"secondaryAccentColor": "<string>",
"sectionCardHighlightColor": "<string>"
},
"themeLight": {
"borderColor": "<string>",
"buttonBackgroundColor": "<string>",
"buttonTextColor": "<string>",
"faviconFileId": "<string>",
"faviconUrl": "<string>",
"logoFileId": "<string>",
"logoIconFileId": "<string>",
"logoIconUrl": "<string>",
"logoUrl": "<string>",
"mutedTextColor": "<string>",
"pageBackgroundColor": "<string>",
"pageForegroundColor": "<string>",
"secondaryAccentColor": "<string>",
"sectionCardHighlightColor": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"nextCursor": "<string>"
}API key authentication for the External Actor Gateway
cursor parameter
Number of page groups to return (1-100, default 20)
Was this page helpful?