Enum - Brand Relationship Types

Full Url

Arguments

  • token (required)

Info

Enumeration of brand relationship levels as assessed by the CSP. [ "BASIC_ACCOUNT", "SMALL_ACCOUNT", "MEDIUM_ACCOUNT", "LARGE_ACCOUNT", "KEY_ACCOUNT" ]

Example Success

{
code: 200,
status: "success",
data: [ "BASIC_ACCOUNT", "SMALL_ACCOUNT", "MEDIUM_ACCOUNT", "LARGE_ACCOUNT", "KEY_ACCOUNT" ]
}