Get Account Settings
GET/account/:account_id/settings
Partners can have sub-accounts for branding purposes called Markets. Every Account must be assigned to a Market, even if it is the default Market. The majority of Partners have only the single default Market. The platform_settings object returns the partner branding data for the specific partner_id/market_id combo.
Ensure that you set your branding data at either the Account, or the Market level. If it is configured per partner_id, it will end in a breach of white-label for users in any Market other than that of the latest activated Account!
<!-- theme: warning -->
There is no webhook at this time for providing updates to partner branding. Therefore a Vendor should periodically poll this API for each of their Accounts to ensure they have the most up to date branding information.
Request
Responses
- 200
- 401
- 403
- 404
Success
Invalid Authentication
Not authorized to access account.
Account settings not found