GET https://api.veriko.mx/v1/plans/public/comparison

Public plan comparison matrix

Audience
public

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).

Request
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.

Response 200 PlanComparisonResponse — Comparison matrix for the visible plans.
Field Type Description
type * string

attributes * object

plans * array

Columns, in public-catalog order.

rows * array

Comparison dimensions, ordered.

Response status codes GET /v1/plans/public/comparison
Status Class Description Body
200 2xx Comparison matrix for the visible plans. PlanComparisonResponse
Response headers 200
Header Type Description
Cache-Control string `public, max-age=300`.