hosting
GET /v1/sites/{siteId}/transfer
Get this site's most recent transfer offer.
සත්යාපනය
බෙරර් ටෝකනයක් ලෙස API යතුරක් යවන්න. යතුරෙහි sites.view අවසරය තිබිය යුතුය; එය නොමැති යතුරක් 404 ලෙස නොව 403 ලෙස ප්රතික්ෂේප කෙරේ.
මෙම අවසාන ලක්ෂ්යය සඳහා සංවිධාන හැඳුනුම්පතක් (organisation id) අවශ්ය නොවේ. ඔබගේ යතුර මඟින් එය අයත් වන සංවිධානය දැනටමත් හඳුනා ගන්නා අතර, ප්රතිචාරය ඒ වෙත සීමා වේ.
උත්සාහ කරන්න
<අගයන්> සමඟ කෝණික වරහන් තුළ ඇති ඕනෑම දෙයක් සහ ඔබේ උපකරණ පුවරුවෙන් ලබාගත් යතුරක් සමඟ key ස්ථාන දායකය ප්රතිස්ථාපනය කරන්න.
curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/transfer \
-H "Authorization: Bearer zdk_live_…"පද්ධතියට පිවිස සිටිනවාද? ඔබගේ උපකරණ පුවරුවේ ඇති API කොන්සෝලය මඟින් ඔබේ සැබෑ ආයතනික හැඳුනුම්පත සහ ඔබේම යතුර පුරවා, සජීවී API වෙත ඉල්ලීම ක්රියාත්මක කරන බැවින් ඔබට සැබෑ ප්රතිචාරය දැකගත හැක. මෙම අග්රලක්ෂ්යය API කොන්සෝලය තුළ විවෘත කරන්න
විස්තර
The latest offer for this site, in any state, so the site page can show either a pending handover or the outcome of the last one. 404 when the site has never been offered. Requires sites.view.
පරාමිතීන්
| නම | වර්ගය | අත්යවශ්යයි | එය කුමක්ද |
|---|---|---|---|
siteId (path) | Uuid | ඔව් | Site ID (UUIDv7). |
පsspil
| නම | වර්ගය | අත්යවශ්යයි | එය කුමක්ද |
|---|---|---|---|
id | Uuid | ඔව් | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
site_id | Uuid | ඔව් | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
site_name | string | නැත | The site's name as it was when the offer was made. Snapshotted onto the offer, not read live: while a transfer is pending the site still belongs to the sender, and reading it live… |
primary_domain | string | නැත | The site's domain as it was when the offer was made. Snapshotted, as above. |
direction | string<incoming, outgoing> | ඔව් | From this caller's point of view. Computed per request, never stored — the same row is outgoing to one party and incoming to the other. |
status | string<pending, accepted, declined, cancelled, expired, failed> | ඔව් | Five terminal states rather than one, because why an offer ended is what support is actually asked. failed means it was accepted and could not complete; nothing moved. |
include_domain | boolean | ඔව් | Whether the domain, its DNS and its mail travel with the site. |
recipient_email | string | නැත | Only populated for the sender. To the receiver it is their own address and carries no information; to anyone else it would be a third party's email address in a row two… |
message | string | නැත | — |
expires_at | string | ඔව් | An unaccepted offer expires fourteen days after it is made. |
term_ends_at | string | නැත | — |
renewal_amount_minor | integer | නැත | — |
renewal_currency | string | නැත | — |
created_at | string | ඔව් | — |
decided_at | string | නැත | — |
failure_reason | string | නැත | Why a failed transfer could not complete. Empty otherwise. |
මෙම අවසාන ලක්ෂ්යය ආපසු ලබා දිය හැකි දෝෂ
401 · 403 · 404 · 429