List entity country activations
API Reference
List entity country activations
Read per-merchant country activation flags (AR, BR, CL, CO, MX, US). Missing rows are returned as deactivated.
GET
List entity country activations
Overview
Returns the operational country activation state for a merchant entity. This is an operational flag only β it does not change entity data, enrichments, or compliance status. Integrators typically re-fetch the full entity after receiving theentity.country_activation_changed webhook.
Supported countries (v1): AR, BR, CL, CO, MX, US.
When no row exists for a country, the API returns deactivated (opt-in model).
Endpoint
Authentication
Requiresentities:read (legacy fallback: entities:read / viewer role).
Path Parameters
UUID of the entity (merchant).
Response
Whether the request succeeded.
Entity UUID.
Fixed list of six countries with activation metadata.
data.countries:
| Field | Type | Description |
|---|---|---|
countryCode | string | ISO 3166-1 alpha-2 (AR, BR, CL, CO, MX, US) |
status | string | deactivated, activation_requested, activation_in_progress, or activated |
activatedAt | string | null | ISO timestamp when last reached activated |
deactivatedAt | string | null | ISO timestamp when last reached deactivated |
updatedAt | string | null | ISO timestamp of last status change (null if never set) |
Example
Errors
| HTTP | Code | When |
|---|---|---|
| 404 | ENTITY_NOT_FOUND | Entity does not exist in the current organization |