compute

POST /v1/compute/eligibility

Submit an organisation for verification.

Όλα τα τελικά σημεία compute

Όλα τα έγγραφα προγραμματιστών

Πισtoποίηση

Στείλτε ένα κλειδί API ως διακριτικό φορέα (bearer token). Το κλειδί πρέπει να διαθέτει το δικαίωμα billing.payment.manage· ένα κλειδί που δεν το διαθέτει απορρίπτεται με 403, όχι 404.

Πού μπαίνει το αναγνωριστικό του οργανισμού σας

Αυτό το τελικό σημείο δέχεται την παράμετρο org_id ως παράμετρο ερωτήματος. Παραλείψτε την και η κλήση καλύπτει ολόκληρο το υποδέντρο μίσθωσής σας· στείλτε την για να περιορίσετε την κλήση σε έναν οργανισμό.

Το αναγνωριστικό του οργανισμού σας βρίσκεται στην οθόνη των κλειδιών API στον πίνακα ελέγχου σας, δίπλα στο ίδιο το κλειδί. Είναι το ίδιο αναγνωριστικό σε κάθε κλήση που πραγματοποιείτε.

Δοκιμάστε το

Ατικatastήstε ό,τι βρίskεtai μέσα σe γώniaδeς μe τis δikές sas timές, kai to placeholder klεidioύ μe éna klεidi apó ton pinaka ελέgchou sas.

curl -X POST https://api.zinndigital.com/v1/compute/eligibility \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "legal_name": <string>, "country": <string>, "abuse_contact_email": <string> }'

Συνδεθήκατε; Η κονσόλα API στον πίνακα ελέγχου σας συμπληρώνει το πραγματικό αναγνωριστικό του οργανισμού σας και το δικό σας κλειδί, και εκτελεί το αίτημα στο ζωντανό API, ώστε να μπορείτε να δείτε την πραγματική απόκριση. Ανοίξτε αυτό το τελικό σημείο στην κονσόλα API

Λεπτομέρειες

Moves the organisation to pending for a human to review. 202, because the answer is a decision somebody makes rather than something this call performs. ⛔ An organisation that is already verified, or already pending, is refused 422 rather than silently re-queued: resubmitting would otherwise let a customer suspend their own verification, and let a rejected applicant re-enter the queue for ever. Requires billing.payment.manage — ⛔ not billing.entitlement.manage, a staff key no customer role holds, which is what this said until D10689.

Παράμετροι

ΌνομαΤύpοςΥποχρεωτικόΤι είναι
org_id (query)UuidΌχι

Σώμα αίτησης

ΌνομαΤύpοςΥποχρεωτικόΤι είναι
legal_namestringΝαι
countrystringΝαι
abuse_contact_emailstringΝαι
company_numberstringΌχι
intended_usestringΌχι

Απάντηση

ΌνομαΤύpοςΥποχρεωτικόΤι είναι
statestring<not_requested, pending, verified, rejected>Ναι⛔ Four states, not a boolean. not_requested and rejected both refuse an order and the customer's next action differs completely: one is "tell us who you are", the other is "we…
may_orderbooleanΝαιTrue only in verified. Read this rather than re-deriving it from state.
legal_namestringΝαιThe legal name of whoever is responsible for the machines.
countrystringΝαιISO-3166-1 alpha-2 country of the person or the incorporation.
company_numberstringΝαιCompany registration number, or "" for an individual — a real answer.
abuse_contact_emailstringΝαιA monitored address an abuse report can be forwarded to and answered from. We are the account holder of record, so a complaint reaches us first and has to reach the customer…
intended_usestringΝαιWhat the customer says the machines are for, in their own words.
rejection_reasonstringΝαιShown to the customer verbatim when state is rejected.
submitted_atstringΝαι
reviewed_atstringΝαι

Σφάλματα που μπορεί να επιστρέψει αυτό το τελικό σημείο

401 · 403 · 422 · 429