API ಉಲ್ಲೇಖ
public
ಈ ಪ್ರದೇಶದಲ್ಲಿ 44 ಎಂಡ್ಪಾಯಿಂಟ್ಗಳಿವೆ. ಪ್ರತಿಯೊಂದೂ ತನ್ನದೇ ಆದ ಪ್ಯಾರಾಮೀಟರ್ಗಳು, ಪ್ರತಿಕ್ರಿಯೆ ಮತ್ತು ನೀವು ರನ್ ಮಾಡಬಹುದಾದ ವಿನಂತಿಯೊಂದಿಗೆ ಸ್ವಂತ ಪುಟವನ್ನು ಹೊಂದಿದೆ.
| ವಿಧಾನ | ಪಥ | ಇದು ಏನು ಮಾಡುತ್ತದೆ | ಅನುಮತಿ |
|---|---|---|---|
| GET | /v1/pay/invoices/{token} | An invoice, for the person paying it. Unauthenticated. | — |
| POST | /v1/pay/invoices/{token}/checkout | Start paying an invoice on our checkout. Unauthenticated. | — |
| POST | /v1/pay/invoices/{token}/confirm | The payer entered a card — record it and take the money. Unauthenticated. | — |
| GET | /v1/plugins | Everything Zinn® publishes for you to install, at its current version. | — |
| GET | /v1/plugins/{slug} | One plugin's current release. | — |
| GET | /v1/plugins/{slug}/download | The installable plugin zip. | — |
| POST | /v1/public/assistant/ask | Ask Zinn® a pre-sales question — no account, one grounded answer. | — |
| GET | /v1/public/boards/shared/{shareToken} | Open a board someone shared with you. No account needed. | — |
| POST | /v1/public/boards/shared/{shareToken}/join | Take the seat a share link grants you. | — |
| POST | /v1/public/cart | Open an anonymous cart. | — |
| GET | /v1/public/cart/{token} | Get an anonymous cart. | — |
| POST | /v1/public/cart/{token}/extra | Add one purchasable service (an addon) to an anonymous cart. | — |
| POST | /v1/public/cart/{token}/items | Add a domain to an anonymous cart. | — |
| DELETE | /v1/public/cart/{token}/items/{itemId} | Remove an item from an anonymous cart. | — |
| POST | /v1/public/cart/{token}/plan | Add a hosting plan, or a free trial of one, to an anonymous cart. | — |
| POST | /v1/public/cart/{token}/server | Add one cloud machine to an anonymous cart. | — |
| GET | /v1/public/chat-agents/{publicKey}/config | What the widget on a customer's website needs in order to draw itself. | — |
| POST | /v1/public/chat-agents/{publicKey}/messages | One visitor turn — a question, and the answer from that site's own pages. | — |
| GET | /v1/public/chat/{publicKey}/config | What the chat widget on this site should look like. | — |
| POST | /v1/public/chat/{publicKey}/conversations | A visitor says something for the first time. | — |
| POST | /v1/public/chat/{publicKey}/conversations/{conversationId}/human | The visitor asks for a person. | — |
| GET | /v1/public/chat/{publicKey}/conversations/{conversationId}/messages | Anything said since the visitor's cursor. | — |
| POST | /v1/public/chat/{publicKey}/conversations/{conversationId}/messages | The visitor says something else. | — |
| POST | /v1/public/checkout | Check out as a guest — create the account and place the order. | — |
| GET | /v1/public/domains/nameserver-check | Which registrar holds a domain, what to enter, and whether it has taken effect. | — |
| POST | /v1/public/domains/search | Search domain availability without an account. | — |
| POST | /v1/public/domains/suggest | Alternative domains worth offering alongside a search. | — |
| GET | /v1/public/domains/tld-pricing | The public, searchable TLD price table. | — |
| GET | /v1/public/domains/whois | Free public WHOIS lookup for any domain. | — |
| GET | /v1/public/kb | Browse or search the knowledge base. | — |
| GET | /v1/public/kb/categories | List the knowledge-base sections. | — |
| GET | /v1/public/kb/slugs | Every published article's URL segment, in every locale. | — |
| GET | /v1/public/kb/{slug} | Read one knowledge-base article. | — |
| GET | /v1/public/order/config/{planCode} | Everything a buyer configures for one plan, in one call. | — |
| GET | /v1/public/order/finder | The questions the hosting finder may ask, enumerated from the estate. | — |
| POST | /v1/public/order/recommend | Recommend hosting from the guided form's answers, with the reasoning. | — |
| GET | /v1/public/payment-config | The publishable key and enabled gateways, for a browser. | — |
| POST | /v1/public/pricing/tax-quote | What these net prices look like to a signed-out visitor, after VAT. | — |
| POST | /v1/public/quotes | Ask us to price a project — no account. | — |
| GET | /v1/public/quotes/form | What the free-quote form needs to render itself. | — |
| GET | /v1/public/status/confirm | Confirm an email subscription to the status page. | — |
| POST | /v1/public/status/subscribe | Ask for email updates from the public status page. | — |
| GET | /v1/public/status/unsubscribe | Stop receiving status emails. | — |
| POST | /v1/wp/plugin-update/{siteId} | What an installed Zinn® plugin polls for updates. | — |