Skip to main content
GET
Get the default resolution rule

Authorizations

X-API-Key
string
header
required

Path Parameters

organization_id
string<shortuuid>
required

UUID of the organization. Caller must have VIEW permission.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

OK

The implicit, system-managed default rule (C-3336).

Represents the baseline fallback the resolver always applies when no user-created rule matches a scan: a redirect to the brand's Closient-hosted page (C-3956), falling back to the product page when the brand has no published page. It is a sentinel, not a database row — it has no id, cannot be created, edited, deleted, or reordered, and exists purely so the brand portal can render it at the bottom of the rules list and clients can explain the fallback to users.

scope_type
enum<string>
required

Always BRAND — the implicit host rule applies at the brand scope as the last resort.

Available options:
ORGANIZATION,
BRAND,
PRODUCT,
BATCH,
SERIAL
destination_type
enum<string>
required

Always HOSTED_PAGE — the fallback redirects to the brand's hosted page.

Available options:
HOSTED_PAGE,
CUSTOM_URL
order_index
integer
required

Sentinel ordering value that keeps the default sorted after every user rule.

description
string
required

Human-readable explanation of the fallback behaviour, suitable for a tooltip / info panel.

system
boolean
default:true

Always true — discriminates the default rule from user-managed rules.

enabled
boolean
default:true

Always true — the fallback can't be disabled.