GET
https://api.veriko.mx/v1/plans/public/comparison Public plan comparison matrix
The /pricing “Compare plans” table as structured data. Public endpoint, IP rate-limited, cached for 5 minutes. The columns (plans) are the same is_active = 1 AND is_public = 1 plans as the catalog (GET /v1/plans/public), in the same order — the comparison can never diverge from the cards. Rows (rows) are bilingual dimensions; each cell is either boolean (included / not included) or bilingual text. Cache: Cache-Control: public, max-age=300 (5 min).
curl -X GET 'https://api.veriko.mx/v1/plans/public/comparison' \
-H 'Authorization: Bearer mxcep_••••'
Python example — coming soon.
JavaScript example — coming soon.
PHP example — coming soon.
| Field | Type | Description |
|---|---|---|
type * | string | |
attributes * | object | |
plans * | array | Columns, in public-catalog order. |
rows * | array | Comparison dimensions, ordered. |
| Status | Class | Description | Body |
|---|---|---|---|
| 200 | 2xx | Comparison matrix for the visible plans. | PlanComparisonResponse |
| Header | Type | Description |
|---|---|---|
Cache-Control | string | `public, max-age=300`. |