For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Network API
      • GETList brands
      • POSTCreate brand
      • PUTUpsert brand
      • GETRetrieve brand
      • PATCHUpdate brand
      • Brand
  • Customer Request API
  • Management API
LogoLogo
Network APIBrands

Brand

Example
1{
2 "id": "string",
3 "name": "string",
4 "created_at": "2021-01-01T00:00:00Z",
5 "updated_at": "2021-01-01T00:00:00Z",
6 "reference_id": "example-id",
7 "color": "#ffffff",
8 "profile_image_url": "https://franklin-assets.s3.amazonaws.com/merchants/assets/v3/generic/m_category_business.png",
9 "metadata": {
10 "my-meta": "meta-value"
11 }
12}
Was this page helpful?
Previous

List merchants

Next
Built with

Response

brandobjectOptional
A brand is the entity a customer perceives that they are transacting with.