result.data | object | Yes | — | Provider response payload. |
result.data.entries | array | Yes | — | — |
result.data.entries[].id | string | Yes | — | — |
result.data.entries[].name | string | Yes | — | — |
result.data.entries[].description | string | null | Yes | — | — |
result.data.entries[].tint_color | string | Yes | — | A hex color like ‘#bb2dc7’. Shorthand (#rgb) is expanded and alpha channels (#rgba, #rrggbbaa) are stripped. |
result.data.entries[].access_info | object | Yes | — | — |
result.data.entries[].access_info.type | "free" | Yes | — | — |
result.data.entries[].access_info.require_approval | boolean | Yes | — | — |
result.data.entries[].access_info.amount | number | Yes | — | — |
result.data.entries[].access_info.currency | "solana_sol" | "solana_usdc" | "aed" | "afn" | "all" | "amd" | "ang" | "aoa" | "ars" | "aud" | "awg" | "azn" | "bam" | "bbd" | "bdt" | "bgn" | "bhd" | "bif" | "bmd" | "bnd" | "bob" | "brl" | "bsd" | "bwp" | "byn" | "bzd" | "cad" | "cdf" | "chf" | "clp" | "cny" | "cop" | "crc" | "cve" | "czk" | "djf" | "dkk" | "dop" | "dzd" | "egp" | "etb" | "eur" | "fjd" | "fkp" | "gbp" | "gel" | "ghs" | "gip" | "gmd" | "gnf" | "gtq" | "gyd" | "hkd" | "hnl" | "htg" | "huf" | "idr" | "ils" | "inr" | "isk" | "jmd" | "jod" | "jpy" | "kes" | "kgs" | "khr" | "kmf" | "krw" | "kwd" | "kyd" | "kzt" | "lak" | "lbp" | "lkr" | "lrd" | "lsl" | "mad" | "mdl" | "mga" | "mkd" | "mmk" | "mnt" | "mop" | "mur" | "mvr" | "mwk" | "mxn" | "myr" | "mzn" | "nad" | "ngn" | "nio" | "nok" | "npr" | "nzd" | "omr" | "pab" | "pen" | "pgk" | "php" | "pkr" | "pln" | "pyg" | "qar" | "ron" | "rsd" | "rub" | "rwf" | "sar" | "sbd" | "scr" | "sek" | "sgd" | "shp" | "sle" | "sos" | "srd" | "std" | "szl" | "thb" | "tjs" | "tnd" | "top" | "try" | "ttd" | "twd" | "tzs" | "uah" | "ugx" | "usd" | "uyu" | "uzs" | "vnd" | "vuv" | "wst" | "xaf" | "xcd" | "xof" | "xpf" | "yer" | "zar" | "zmw" | Yes | — | — |
result.data.entries[].access_info.stripe_account_id | string | Yes | — | — |
result.data.entries[].access_info.stripe_product_id | string | Yes | — | — |
result.data.entries[].access_info.stripe_monthly_price_id | string | null | No | — | — |
result.data.entries[].access_info.amount_monthly | number | null | No | — | — |
result.data.entries[].access_info.stripe_yearly_price_id | string | null | No | — | — |
result.data.entries[].access_info.amount_yearly | number | null | No | — | — |
result.data.entries[].registration_questions | array | Yes | — | Questions members answer when joining this tier. |
result.data.entries[].registration_questions[].id | string | Yes | — | — |
result.data.entries[].registration_questions[].label | string | Yes | — | — |
result.data.entries[].registration_questions[].required | boolean | Yes | — | — |
result.data.entries[].registration_questions[].source | object | No | — | — |
result.data.entries[].registration_questions[].source.type | "calendar" | Yes | — | — |
result.data.entries[].registration_questions[].source.calendar_api_id | string | Yes | — | — |
result.data.entries[].registration_questions[].source.question_id | string | Yes | — | — |
result.data.entries[].registration_questions[].question_type | "agree-check" | Yes | — | — |
result.data.entries[].registration_questions[].collect_job_title | boolean | null | No | — | — |
result.data.entries[].registration_questions[].job_title_label | string | null | No | — | — |
result.data.entries[].registration_questions[].options | array | Yes | — | — |
result.data.entries[].registration_questions[].multiple | boolean | null | No | — | When true, guests can pick more than one option. |
result.data.entries[].registration_questions[].multiline | boolean | null | No | — | When true, guests get a multi-line text area. |
result.data.entries[].registration_questions[].terms | object | Yes | — | — |
result.data.entries[].registration_questions[].terms.content_type | "text" | Yes | — | — |
result.data.entries[].registration_questions[].terms.content_md | string | Yes | — | Markdown content for the terms. Luma converts this to rich text internally. |
result.data.entries[].registration_questions[].terms.collect_signature | boolean | Yes | — | — |
result.data.entries[].registration_questions[].terms.require_review | boolean | No | — | When true, guests must open the hosted terms before accepting. |
result.data.entries[].registration_questions[].terms.url | string | Yes | — | — |
result.data.has_more | boolean | Yes | — | — |
result.data.next_cursor | string | No | — | — |
result.meta | object | No | — | Additional response metadata (status, paging). |