GET
/brand-config
curl \
--request GET 'http://api.example.com/brand-config' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"org_id": "string",
"version": 42,
"config": {},
"updated_at": "string"
}