# List contact infos Retrieve all contact info records with basic pagination support This is a read-only lookup endpoint backed by Hasura. Endpoint: POST /gql/v1/contact_infos Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `pageSize` (integer) Maximum number of records to return - `page` (integer) Number of records to skip (offset) ## Response 200 fields (application/json): - `contactInfos` (array) - `total` (object) - `total.aggregate` (object) - `total.aggregate.count` (integer) ## Response 400 fields ## Response 401 fields ## Response 500 fields