For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer Tools
CommunityContact UsConsole
DocsAPI Reference
DocsAPI Reference
  • API Reference
      • POSTAdd Asset to a Review Link
      • POSTCreate a Review Link
      • DELDelete a Review Link
      • GETGet a Review Link
      • GETGet items in a Review Link
      • POSTInvite Reviewer to a Review Link
      • GETList Review Links in a project
      • DELRemove items from a Review Link
      • DELRemove Reviewers from a Review Link
      • PUTUpdate a Review Link
      • PUTUpdate Assets in a Review Link

© 2026 Adobe Inc. All rights reserved.

TermsPrivacyDo not sell or share my personal information
Developer-friendly docs for your API
Logo
Developer Tools
CommunityContact UsConsole
API ReferenceReview Links

Delete a Review Link

DELETE
https://api.frame.io/v2/review_links/:review_link_id
DELETE
/v2/review_links/:review_link_id
1import requests
2
3url = "https://api.frame.io/v2/review_links/review_link_id"
4
5headers = {"Authorization": "Bearer <token>"}
6
7response = requests.delete(url, headers=headers)
8
9print(response.json())
1{
2 "name": "string",
3 "access_control": {
4 "invite_only": true
5 },
6 "available_features": {},
7 "allow_approvals": true,
8 "current_version_only": false,
9 "deleted_at": "2024-01-15T09:30:00Z",
10 "enable_downloading": true,
11 "expires_at": "2024-01-15T09:30:00Z",
12 "enable_comments": true,
13 "folder_item_count": 0,
14 "is_active": true,
15 "notify_on_view": true,
16 "password": "string",
17 "has_password": false,
18 "id": "string",
19 "inserted_at": "2024-01-15T09:30:00Z",
20 "item_count": 0,
21 "items": [
22 {
23 "asset": {
24 "account_id": "string",
25 "archive_from": "2024-01-15T09:30:00Z",
26 "archive_scheduled_at": "2024-01-15T09:30:00Z",
27 "archive_status": "string",
28 "archived_at": "2024-01-15T09:30:00Z",
29 "asset_type": "document",
30 "bundle": true,
31 "bundle_view": "string",
32 "cover_asset_id": "string",
33 "creator": {
34 "digest_frequency": "string",
35 "image_32": "string",
36 "image_128": "string",
37 "from_google": true,
38 "mfa_enforced_at": "string",
39 "email": "string",
40 "name": "string",
41 "image_64": "string",
42 "timezone_value": "string",
43 "account_id": "string",
44 "updated_at": "string",
45 "image_256": "string",
46 "_type": "string",
47 "user_hash": "string",
48 "upload_url": "string",
49 "profile_image": "string",
50 "first_login_at": "string",
51 "joined_via": "string",
52 "id": "string",
53 "next_digest_date": "string",
54 "last_seen": "string",
55 "inserted_at": "string",
56 "from_adobe": true,
57 "avatar_color": "string",
58 "highest_account_role": "string",
59 "integrations": [
60 "string"
61 ],
62 "roles": {
63 "admin": true,
64 "id": "string",
65 "sales": true,
66 "support": true,
67 "service_desk": true
68 },
69 "user_default_color": "string"
70 },
71 "frames": 1,
72 "hard_deleted_at": "2024-01-15T09:30:00Z",
73 "id": "string",
74 "index": 1.1,
75 "is_bundle_child": true,
76 "is_hls_required": true,
77 "is_session_watermarked": true,
78 "item_count": 1,
79 "label": "string",
80 "metadata": {},
81 "metadata_flags": {
82 "id": "string",
83 "is_360": true,
84 "is_hdr": true,
85 "is_original_player_compatible": true
86 },
87 "name": "string",
88 "original": "string",
89 "parent_asset_id": "string",
90 "project_id": "string",
91 "properties": {
92 "": "string"
93 },
94 "required_transcodes": {
95 "cover": true,
96 "finalized": [
97 "thumb"
98 ],
99 "h264_1080_best": true,
100 "h264_2160": true,
101 "h264_360": true,
102 "h264_540": true,
103 "h264_720": true,
104 "image_full": true,
105 "image_high": true,
106 "page_proxy": true,
107 "thumb": true,
108 "thumb_540": true,
109 "thumb_orig_ar_540": true,
110 "thumb_scrub": true
111 },
112 "team_id": "string",
113 "user_permissions": {
114 "can_download": true,
115 "can_modify_template": true,
116 "can_public_share_presentation": true,
117 "can_public_share_review_link": true,
118 "can_share_downloadable_presentation": true,
119 "can_share_downloadable_review_link": true,
120 "can_share_unwatermarked_presentation": true,
121 "can_share_unwatermarked_review_link": true
122 },
123 "type": "file",
124 "view_count": 1
125 },
126 "asset_id": "string",
127 "deleted_at": "2024-01-15T09:30:00Z",
128 "index": 1,
129 "inserted_at": "2024-01-15T09:30:00Z",
130 "review_link": {
131 "name": "string",
132 "access_control": {
133 "invite_only": true
134 },
135 "available_features": {},
136 "allow_approvals": true,
137 "current_version_only": false,
138 "deleted_at": "2024-01-15T09:30:00Z",
139 "enable_downloading": true,
140 "expires_at": "2024-01-15T09:30:00Z",
141 "enable_comments": true,
142 "folder_item_count": 0,
143 "is_active": true,
144 "notify_on_view": true,
145 "password": "string",
146 "has_password": false,
147 "id": "string",
148 "inserted_at": "2024-01-15T09:30:00Z",
149 "item_count": 0,
150 "items": [
151 null
152 ],
153 "owner_id": "string",
154 "project_id": "string",
155 "reviewer_count": 0,
156 "short_url": "string",
157 "owner": {
158 "digest_frequency": "string",
159 "image_32": "string",
160 "image_128": "string",
161 "from_google": true,
162 "mfa_enforced_at": "string",
163 "email": "string",
164 "name": "string",
165 "image_64": "string",
166 "timezone_value": "string",
167 "account_id": "string",
168 "updated_at": "string",
169 "image_256": "string",
170 "_type": "string",
171 "user_hash": "string",
172 "upload_url": "string",
173 "profile_image": "string",
174 "first_login_at": "string",
175 "joined_via": "string",
176 "id": "string",
177 "next_digest_date": "string",
178 "last_seen": "string",
179 "inserted_at": "string",
180 "from_adobe": true,
181 "avatar_color": "string",
182 "highest_account_role": "string",
183 "integrations": [
184 "string"
185 ],
186 "roles": {
187 "admin": true,
188 "id": "string",
189 "sales": true,
190 "support": true,
191 "service_desk": true
192 },
193 "user_default_color": "string"
194 },
195 "project": {
196 "archive_status": "standard",
197 "archived_at": "2024-01-15T09:30:00Z",
198 "archived_file_count": 0,
199 "archived_storage": 0,
200 "collaborator_count": 0,
201 "deleted_at": "2024-01-15T09:30:00Z",
202 "description": "string",
203 "file_count": 0,
204 "folder_count": 0,
205 "id": "string",
206 "ignore_archive": false,
207 "inserted_at": "2024-01-15T09:30:00Z",
208 "invite_url": "string",
209 "name": "string",
210 "owner_id": "string",
211 "private": false,
212 "project_preferences": {
213 "collaborator_can_download": true,
214 "collaborator_can_invite": true,
215 "collaborator_can_share": true,
216 "notify_on_new_asset": true,
217 "notify_on_new_collaborator": true,
218 "notify_on_new_comment": true,
219 "notify_on_updated_label": true,
220 "notify_slack": true
221 },
222 "read_only": false,
223 "root_asset": {
224 "account_id": "string",
225 "archive_from": "2024-01-15T09:30:00Z",
226 "archive_scheduled_at": "2024-01-15T09:30:00Z",
227 "archive_status": "string",
228 "archived_at": "2024-01-15T09:30:00Z",
229 "asset_type": "document",
230 "bundle": true,
231 "bundle_view": "string",
232 "cover_asset_id": "string",
233 "creator": {
234 "digest_frequency": "string",
235 "image_32": "string",
236 "image_128": "string",
237 "from_google": true,
238 "mfa_enforced_at": "string",
239 "email": "string",
240 "name": "string",
241 "image_64": "string",
242 "timezone_value": "string",
243 "account_id": "string",
244 "updated_at": "string",
245 "image_256": "string",
246 "_type": "string",
247 "user_hash": "string",
248 "upload_url": "string",
249 "profile_image": "string",
250 "first_login_at": "string",
251 "joined_via": "string",
252 "id": "string",
253 "next_digest_date": "string",
254 "last_seen": "string",
255 "inserted_at": "string",
256 "from_adobe": true,
257 "avatar_color": "string",
258 "highest_account_role": "string",
259 "integrations": [
260 "string"
261 ],
262 "roles": {
263 "admin": true,
264 "id": "string",
265 "sales": true,
266 "support": true,
267 "service_desk": true
268 },
269 "user_default_color": "string"
270 },
271 "frames": 1,
272 "hard_deleted_at": "2024-01-15T09:30:00Z",
273 "id": "string",
274 "index": 1.1,
275 "is_bundle_child": true,
276 "is_hls_required": true,
277 "is_session_watermarked": true,
278 "item_count": 1,
279 "label": "string",
280 "metadata": {},
281 "metadata_flags": {
282 "id": "string",
283 "is_360": true,
284 "is_hdr": true,
285 "is_original_player_compatible": true
286 },
287 "name": "string",
288 "original": "string",
289 "parent_asset_id": "string",
290 "project_id": "string",
291 "properties": {
292 "": "string"
293 },
294 "required_transcodes": {
295 "cover": true,
296 "finalized": [
297 "thumb"
298 ],
299 "h264_1080_best": true,
300 "h264_2160": true,
301 "h264_360": true,
302 "h264_540": true,
303 "h264_720": true,
304 "image_full": true,
305 "image_high": true,
306 "page_proxy": true,
307 "thumb": true,
308 "thumb_540": true,
309 "thumb_orig_ar_540": true,
310 "thumb_scrub": true
311 },
312 "team_id": "string",
313 "user_permissions": {
314 "can_download": true,
315 "can_modify_template": true,
316 "can_public_share_presentation": true,
317 "can_public_share_review_link": true,
318 "can_share_downloadable_presentation": true,
319 "can_share_downloadable_review_link": true,
320 "can_share_unwatermarked_presentation": true,
321 "can_share_unwatermarked_review_link": true
322 },
323 "type": "file",
324 "view_count": 1
325 },
326 "root_asset_id": "string",
327 "shared": false,
328 "storage": 0,
329 "team": {
330 "account_id": "string",
331 "disable_sbwm_internally": false,
332 "creator_id": "string",
333 "storage": 0,
334 "default_font_color": "string",
335 "access": "private",
336 "font_color": "string",
337 "user_role": {},
338 "file_count": 0,
339 "default_session_watermark_template": {
340 "account_id": "string",
341 "app_default": false,
342 "creator_id": "string",
343 "id": "string",
344 "name": "string",
345 "watermark_blocks": [
346 {
347 "alpha": 0.5,
348 "data_points": [
349 {
350 "order": 1,
351 "type": "email",
352 "value": "string"
353 }
354 ],
355 "font_size": "medium",
356 "name": "string",
357 "position": "top_left",
358 "position_reference_point": "top_left",
359 "position_x": 1,
360 "position_y": 1,
361 "scroll_text": "none",
362 "text_alignment": "left",
363 "text_color": "#FFFFFF",
364 "text_shadow": false
365 }
366 ]
367 },
368 "link": "string",
369 "asset_lifecycle_policy": 1,
370 "upload_url": "string",
371 "admin_only_actions": {
372 "lifecycle": false
373 },
374 "deleted_at": "2024-01-15T09:30:00Z",
375 "default_background_color": "string",
376 "storage_limit": 1,
377 "location": "string",
378 "name": "string",
379 "default_color": "string",
380 "slack_webhook": {},
381 "image_64": "string",
382 "archived_storage": 0,
383 "image_128": "string",
384 "solo": false,
385 "account": {
386 "invoice_emails": [
387 "string"
388 ],
389 "city": "string",
390 "account_default_color": "string",
391 "company_name": "string",
392 "storage": 1,
393 "file_count": 1,
394 "owner": {
395 "digest_frequency": "string",
396 "image_32": "string",
397 "image_128": "string",
398 "from_google": true,
399 "mfa_enforced_at": "string",
400 "email": "string",
401 "name": "string",
402 "image_64": "string",
403 "timezone_value": "string",
404 "account_id": "string",
405 "updated_at": "string",
406 "image_256": "string",
407 "_type": "string",
408 "user_hash": "string",
409 "upload_url": "string",
410 "profile_image": "string",
411 "first_login_at": "string",
412 "joined_via": "string",
413 "id": "string",
414 "next_digest_date": "string",
415 "last_seen": "string",
416 "inserted_at": "string",
417 "from_adobe": true,
418 "avatar_color": "string",
419 "highest_account_role": "string",
420 "integrations": [
421 "string"
422 ],
423 "roles": {
424 "admin": true,
425 "id": "string",
426 "sales": true,
427 "support": true,
428 "service_desk": true
429 },
430 "user_default_color": "string"
431 },
432 "upload_url": "string",
433 "deleted_at": "2024-01-15T09:30:00Z",
434 "line1": "string",
435 "postal_code": "string",
436 "vat": "string",
437 "company_address": "string",
438 "lifetime_file_count": 1,
439 "state": "string",
440 "teams": [
441 null
442 ],
443 "image_64": "string",
444 "archived_storage": 1,
445 "image_128": "string",
446 "owner_id": "string",
447 "user_count": 1,
448 "locked_at": "2024-01-15T09:30:00Z",
449 "image": "string",
450 "team_count": 1,
451 "collaborator_role_count": 1,
452 "billing_emails": "string",
453 "image_32": "string",
454 "unpaid_at": "2024-01-15T09:30:00Z",
455 "inserted_at": "2024-01-15T09:30:00Z",
456 "updated_at": "2024-01-15T09:30:00Z",
457 "project_count": 1,
458 "duration": 1,
459 "delinquent_at": "2024-01-15T09:30:00Z",
460 "collaborator_count": 1,
461 "plan": {
462 "archived_storage_limit": 1,
463 "autoscaling": true,
464 "available_features": {
465 "archival_storage": true,
466 "custom_branded_emails": true,
467 "custom_branded_presentations": true,
468 "reel_player": true,
469 "secure_sharing": true,
470 "session_based_watermarking": true,
471 "team_only_comments": true
472 },
473 "collaborator_limit": 1,
474 "cost": 1,
475 "default_plan": true,
476 "deleted_at": "2024-01-15T09:30:00Z",
477 "enterprise": true,
478 "file_limit": 1,
479 "id": "string",
480 "inserted_at": "2024-01-15T09:30:00Z",
481 "lifetime_file_limit": 1,
482 "member_limit": 1,
483 "name": "string",
484 "payment_method": "stripe",
485 "period": "monthly",
486 "project_limit": 1,
487 "storage_limit": 1,
488 "team_limit": 1,
489 "tier": "free",
490 "title": "string",
491 "updated_at": "2024-01-15T09:30:00Z",
492 "user_limit": 1,
493 "user_max": 1,
494 "version": 1
495 },
496 "watermark": {
497 "image": {
498 "alpha": 0.5,
499 "image": {
500 "bucket": "string",
501 "key": "string",
502 "type": "image/jpeg",
503 "uploaded": false
504 },
505 "position": "top_left"
506 },
507 "text": {
508 "alpha": 0.5,
509 "lines": [
510 "string"
511 ],
512 "position": "top"
513 }
514 },
515 "folder_count": 1,
516 "id": "string",
517 "display_name": "string",
518 "country": "string",
519 "subscription": {
520 "account_id": "string",
521 "archived_storage_limit": 1,
522 "balance": 1,
523 "cancellation_option": "string",
524 "cancellation_reason": "string",
525 "cancelled_at": "2024-01-15T09:30:00Z",
526 "deleted_at": "2024-01-15T09:30:00Z",
527 "id": "string",
528 "inserted_at": "2024-01-15T09:30:00Z",
529 "last_payment_at": "2024-01-15T09:30:00Z",
530 "member_limit": 1,
531 "next_bill_at": "2024-01-15T09:30:00Z",
532 "on_trial": true,
533 "plan": {
534 "archived_storage_limit": 1,
535 "autoscaling": true,
536 "available_features": {
537 "archival_storage": true,
538 "custom_branded_emails": true,
539 "custom_branded_presentations": true,
540 "reel_player": true,
541 "secure_sharing": true,
542 "session_based_watermarking": true,
543 "team_only_comments": true
544 },
545 "collaborator_limit": 1,
546 "cost": 1,
547 "default_plan": true,
548 "deleted_at": "2024-01-15T09:30:00Z",
549 "enterprise": true,
550 "file_limit": 1,
551 "id": "string",
552 "inserted_at": "2024-01-15T09:30:00Z",
553 "lifetime_file_limit": 1,
554 "member_limit": 1,
555 "name": "string",
556 "payment_method": "stripe",
557 "period": "monthly",
558 "project_limit": 1,
559 "storage_limit": 1,
560 "team_limit": 1,
561 "tier": "free",
562 "title": "string",
563 "updated_at": "2024-01-15T09:30:00Z",
564 "user_limit": 1,
565 "user_max": 1,
566 "version": 1
567 },
568 "plan_id": "string",
569 "promotion_expires_at": "2024-01-15T09:30:00Z",
570 "promotion_id": "string",
571 "requires_autoscaling": true,
572 "storage_limit": 1,
573 "subscription_end_at": "2024-01-15T09:30:00Z",
574 "total_archived_storage_limit": 1,
575 "total_lifetime_file_limit": 1,
576 "total_member_limit": 1,
577 "total_project_limit": 1,
578 "total_storage_limit": 1,
579 "total_user_limit": 1,
580 "updated_at": "2024-01-15T09:30:00Z",
581 "user_limit": 1
582 },
583 "account_members": [
584 {
585 "accepted_at": "2024-01-15T09:30:00Z",
586 "account_id": "string",
587 "declined_at": "2024-01-15T09:30:00Z",
588 "deleted_at": "2024-01-15T09:30:00Z",
589 "inserted_at": "2024-01-15T09:30:00Z",
590 "role": "admin",
591 "updated_at": "2024-01-15T09:30:00Z",
592 "user_id": "string"
593 }
594 ],
595 "frames": 1,
596 "member_count": 1,
597 "image_256": "string"
598 },
599 "image_32": "string",
600 "inserted_at": "2024-01-15T09:30:00Z",
601 "updated_at": "2024-01-15T09:30:00Z",
602 "project_count": 0,
603 "duration": 0,
604 "team_image": "string",
605 "collaborator_count": 0,
606 "bio": "string",
607 "color": "string",
608 "email_branding": {
609 "accent_color": "string",
610 "background_color": "string",
611 "image": {
612 "bucket": "string",
613 "key": "string",
614 "type": "image/jpeg",
615 "uploaded": false
616 }
617 },
618 "folder_count": 0,
619 "dark_theme": false,
620 "default_session_watermark_template_id": "string",
621 "session_watermark_templates": [
622 {
623 "account_id": "string",
624 "app_default": false,
625 "creator_id": "string",
626 "id": "string",
627 "name": "string",
628 "watermark_blocks": [
629 {
630 "alpha": 0.5,
631 "data_points": [
632 {
633 "order": 1,
634 "type": "email",
635 "value": "string"
636 }
637 ],
638 "font_size": "medium",
639 "name": "string",
640 "position": "top_left",
641 "position_reference_point": "top_left",
642 "position_x": 1,
643 "position_y": 1,
644 "scroll_text": "none",
645 "text_alignment": "left",
646 "text_color": "#FFFFFF",
647 "text_shadow": false
648 }
649 ]
650 }
651 ],
652 "id": "string",
653 "member_limit": 1,
654 "frames": 0,
655 "member_count": 0,
656 "image_256": "string",
657 "background_color": "string"
658 },
659 "team_id": "string",
660 "updated_at": "2024-01-15T09:30:00Z",
661 "user_permissions": {
662 "can_download": true,
663 "can_modify_template": true,
664 "can_public_share_presentation": true,
665 "can_public_share_review_link": true,
666 "can_share_downloadable_presentation": true,
667 "can_share_downloadable_review_link": true,
668 "can_share_unwatermarked_presentation": true,
669 "can_share_unwatermarked_review_link": true
670 },
671 "user_preferences": {
672 "collaborator_can_download": true,
673 "collaborator_can_invite": true,
674 "collaborator_can_share": true,
675 "notify_on_new_asset": true,
676 "notify_on_new_collaborator": true,
677 "notify_on_new_comment": true,
678 "notify_on_updated_label": true,
679 "notify_slack": true
680 },
681 "watermark": {
682 "image": {
683 "alpha": 0.5,
684 "image": {
685 "bucket": "string",
686 "key": "string",
687 "type": "image/jpeg",
688 "uploaded": false
689 },
690 "position": "top_left"
691 },
692 "text": {
693 "alpha": 0.5,
694 "lines": [
695 "string"
696 ],
697 "position": "top"
698 }
699 }
700 },
701 "team": {
702 "account_id": "string",
703 "disable_sbwm_internally": false,
704 "creator_id": "string",
705 "storage": 0,
706 "default_font_color": "string",
707 "access": "private",
708 "font_color": "string",
709 "user_role": {},
710 "file_count": 0,
711 "default_session_watermark_template": {
712 "account_id": "string",
713 "app_default": false,
714 "creator_id": "string",
715 "id": "string",
716 "name": "string",
717 "watermark_blocks": [
718 {
719 "alpha": 0.5,
720 "data_points": [
721 {
722 "order": 1,
723 "type": "email",
724 "value": "string"
725 }
726 ],
727 "font_size": "medium",
728 "name": "string",
729 "position": "top_left",
730 "position_reference_point": "top_left",
731 "position_x": 1,
732 "position_y": 1,
733 "scroll_text": "none",
734 "text_alignment": "left",
735 "text_color": "#FFFFFF",
736 "text_shadow": false
737 }
738 ]
739 },
740 "link": "string",
741 "asset_lifecycle_policy": 1,
742 "upload_url": "string",
743 "admin_only_actions": {
744 "lifecycle": false
745 },
746 "deleted_at": "2024-01-15T09:30:00Z",
747 "default_background_color": "string",
748 "storage_limit": 1,
749 "location": "string",
750 "name": "string",
751 "default_color": "string",
752 "slack_webhook": {},
753 "image_64": "string",
754 "archived_storage": 0,
755 "image_128": "string",
756 "solo": false,
757 "account": {
758 "invoice_emails": [
759 "string"
760 ],
761 "city": "string",
762 "account_default_color": "string",
763 "company_name": "string",
764 "storage": 1,
765 "file_count": 1,
766 "owner": {
767 "digest_frequency": "string",
768 "image_32": "string",
769 "image_128": "string",
770 "from_google": true,
771 "mfa_enforced_at": "string",
772 "email": "string",
773 "name": "string",
774 "image_64": "string",
775 "timezone_value": "string",
776 "account_id": "string",
777 "updated_at": "string",
778 "image_256": "string",
779 "_type": "string",
780 "user_hash": "string",
781 "upload_url": "string",
782 "profile_image": "string",
783 "first_login_at": "string",
784 "joined_via": "string",
785 "id": "string",
786 "next_digest_date": "string",
787 "last_seen": "string",
788 "inserted_at": "string",
789 "from_adobe": true,
790 "avatar_color": "string",
791 "highest_account_role": "string",
792 "integrations": [
793 "string"
794 ],
795 "roles": {
796 "admin": true,
797 "id": "string",
798 "sales": true,
799 "support": true,
800 "service_desk": true
801 },
802 "user_default_color": "string"
803 },
804 "upload_url": "string",
805 "deleted_at": "2024-01-15T09:30:00Z",
806 "line1": "string",
807 "postal_code": "string",
808 "vat": "string",
809 "company_address": "string",
810 "lifetime_file_count": 1,
811 "state": "string",
812 "teams": [
813 null
814 ],
815 "image_64": "string",
816 "archived_storage": 1,
817 "image_128": "string",
818 "owner_id": "string",
819 "user_count": 1,
820 "locked_at": "2024-01-15T09:30:00Z",
821 "image": "string",
822 "team_count": 1,
823 "collaborator_role_count": 1,
824 "billing_emails": "string",
825 "image_32": "string",
826 "unpaid_at": "2024-01-15T09:30:00Z",
827 "inserted_at": "2024-01-15T09:30:00Z",
828 "updated_at": "2024-01-15T09:30:00Z",
829 "project_count": 1,
830 "duration": 1,
831 "delinquent_at": "2024-01-15T09:30:00Z",
832 "collaborator_count": 1,
833 "plan": {
834 "archived_storage_limit": 1,
835 "autoscaling": true,
836 "available_features": {
837 "archival_storage": true,
838 "custom_branded_emails": true,
839 "custom_branded_presentations": true,
840 "reel_player": true,
841 "secure_sharing": true,
842 "session_based_watermarking": true,
843 "team_only_comments": true
844 },
845 "collaborator_limit": 1,
846 "cost": 1,
847 "default_plan": true,
848 "deleted_at": "2024-01-15T09:30:00Z",
849 "enterprise": true,
850 "file_limit": 1,
851 "id": "string",
852 "inserted_at": "2024-01-15T09:30:00Z",
853 "lifetime_file_limit": 1,
854 "member_limit": 1,
855 "name": "string",
856 "payment_method": "stripe",
857 "period": "monthly",
858 "project_limit": 1,
859 "storage_limit": 1,
860 "team_limit": 1,
861 "tier": "free",
862 "title": "string",
863 "updated_at": "2024-01-15T09:30:00Z",
864 "user_limit": 1,
865 "user_max": 1,
866 "version": 1
867 },
868 "watermark": {
869 "image": {
870 "alpha": 0.5,
871 "image": {
872 "bucket": "string",
873 "key": "string",
874 "type": "image/jpeg",
875 "uploaded": false
876 },
877 "position": "top_left"
878 },
879 "text": {
880 "alpha": 0.5,
881 "lines": [
882 "string"
883 ],
884 "position": "top"
885 }
886 },
887 "folder_count": 1,
888 "id": "string",
889 "display_name": "string",
890 "country": "string",
891 "subscription": {
892 "account_id": "string",
893 "archived_storage_limit": 1,
894 "balance": 1,
895 "cancellation_option": "string",
896 "cancellation_reason": "string",
897 "cancelled_at": "2024-01-15T09:30:00Z",
898 "deleted_at": "2024-01-15T09:30:00Z",
899 "id": "string",
900 "inserted_at": "2024-01-15T09:30:00Z",
901 "last_payment_at": "2024-01-15T09:30:00Z",
902 "member_limit": 1,
903 "next_bill_at": "2024-01-15T09:30:00Z",
904 "on_trial": true,
905 "plan": {
906 "archived_storage_limit": 1,
907 "autoscaling": true,
908 "available_features": {
909 "archival_storage": true,
910 "custom_branded_emails": true,
911 "custom_branded_presentations": true,
912 "reel_player": true,
913 "secure_sharing": true,
914 "session_based_watermarking": true,
915 "team_only_comments": true
916 },
917 "collaborator_limit": 1,
918 "cost": 1,
919 "default_plan": true,
920 "deleted_at": "2024-01-15T09:30:00Z",
921 "enterprise": true,
922 "file_limit": 1,
923 "id": "string",
924 "inserted_at": "2024-01-15T09:30:00Z",
925 "lifetime_file_limit": 1,
926 "member_limit": 1,
927 "name": "string",
928 "payment_method": "stripe",
929 "period": "monthly",
930 "project_limit": 1,
931 "storage_limit": 1,
932 "team_limit": 1,
933 "tier": "free",
934 "title": "string",
935 "updated_at": "2024-01-15T09:30:00Z",
936 "user_limit": 1,
937 "user_max": 1,
938 "version": 1
939 },
940 "plan_id": "string",
941 "promotion_expires_at": "2024-01-15T09:30:00Z",
942 "promotion_id": "string",
943 "requires_autoscaling": true,
944 "storage_limit": 1,
945 "subscription_end_at": "2024-01-15T09:30:00Z",
946 "total_archived_storage_limit": 1,
947 "total_lifetime_file_limit": 1,
948 "total_member_limit": 1,
949 "total_project_limit": 1,
950 "total_storage_limit": 1,
951 "total_user_limit": 1,
952 "updated_at": "2024-01-15T09:30:00Z",
953 "user_limit": 1
954 },
955 "account_members": [
956 {
957 "accepted_at": "2024-01-15T09:30:00Z",
958 "account_id": "string",
959 "declined_at": "2024-01-15T09:30:00Z",
960 "deleted_at": "2024-01-15T09:30:00Z",
961 "inserted_at": "2024-01-15T09:30:00Z",
962 "role": "admin",
963 "updated_at": "2024-01-15T09:30:00Z",
964 "user_id": "string"
965 }
966 ],
967 "frames": 1,
968 "member_count": 1,
969 "image_256": "string"
970 },
971 "image_32": "string",
972 "inserted_at": "2024-01-15T09:30:00Z",
973 "updated_at": "2024-01-15T09:30:00Z",
974 "project_count": 0,
975 "duration": 0,
976 "team_image": "string",
977 "collaborator_count": 0,
978 "bio": "string",
979 "color": "string",
980 "email_branding": {
981 "accent_color": "string",
982 "background_color": "string",
983 "image": {
984 "bucket": "string",
985 "key": "string",
986 "type": "image/jpeg",
987 "uploaded": false
988 }
989 },
990 "folder_count": 0,
991 "dark_theme": false,
992 "default_session_watermark_template_id": "string",
993 "session_watermark_templates": [
994 {
995 "account_id": "string",
996 "app_default": false,
997 "creator_id": "string",
998 "id": "string",
999 "name": "string",
1000 "watermark_blocks": [
1001 {
1002 "alpha": 0.5,
1003 "data_points": [
1004 {
1005 "order": 1,
1006 "type": "email",
1007 "value": "string"
1008 }
1009 ],
1010 "font_size": "medium",
1011 "name": "string",
1012 "position": "top_left",
1013 "position_reference_point": "top_left",
1014 "position_x": 1,
1015 "position_y": 1,
1016 "scroll_text": "none",
1017 "text_alignment": "left",
1018 "text_color": "#FFFFFF",
1019 "text_shadow": false
1020 }
1021 ]
1022 }
1023 ],
1024 "id": "string",
1025 "member_limit": 1,
1026 "frames": 0,
1027 "member_count": 0,
1028 "image_256": "string",
1029 "background_color": "string"
1030 },
1031 "updated_at": "2024-01-15T09:30:00Z",
1032 "view_count": 0,
1033 "watermark_user_input": "string",
1034 "bundle_count": 0,
1035 "is_autoplay": false
1036 },
1037 "review_link_id": "string",
1038 "updated_at": "2024-01-15T09:30:00Z"
1039 }
1040 ],
1041 "owner_id": "string",
1042 "project_id": "string",
1043 "reviewer_count": 0,
1044 "short_url": "string",
1045 "owner": {
1046 "digest_frequency": "string",
1047 "image_32": "string",
1048 "image_128": "string",
1049 "from_google": true,
1050 "mfa_enforced_at": "string",
1051 "email": "string",
1052 "name": "string",
1053 "image_64": "string",
1054 "timezone_value": "string",
1055 "account_id": "string",
1056 "updated_at": "string",
1057 "image_256": "string",
1058 "_type": "string",
1059 "user_hash": "string",
1060 "upload_url": "string",
1061 "profile_image": "string",
1062 "first_login_at": "string",
1063 "joined_via": "string",
1064 "id": "string",
1065 "next_digest_date": "string",
1066 "last_seen": "string",
1067 "inserted_at": "string",
1068 "from_adobe": true,
1069 "avatar_color": "string",
1070 "highest_account_role": "string",
1071 "integrations": [
1072 "string"
1073 ],
1074 "roles": {
1075 "admin": true,
1076 "id": "string",
1077 "sales": true,
1078 "support": true,
1079 "service_desk": true
1080 },
1081 "user_default_color": "string"
1082 },
1083 "project": {
1084 "archive_status": "standard",
1085 "archived_at": "2024-01-15T09:30:00Z",
1086 "archived_file_count": 0,
1087 "archived_storage": 0,
1088 "collaborator_count": 0,
1089 "deleted_at": "2024-01-15T09:30:00Z",
1090 "description": "string",
1091 "file_count": 0,
1092 "folder_count": 0,
1093 "id": "string",
1094 "ignore_archive": false,
1095 "inserted_at": "2024-01-15T09:30:00Z",
1096 "invite_url": "string",
1097 "name": "string",
1098 "owner_id": "string",
1099 "private": false,
1100 "project_preferences": {
1101 "collaborator_can_download": true,
1102 "collaborator_can_invite": true,
1103 "collaborator_can_share": true,
1104 "notify_on_new_asset": true,
1105 "notify_on_new_collaborator": true,
1106 "notify_on_new_comment": true,
1107 "notify_on_updated_label": true,
1108 "notify_slack": true
1109 },
1110 "read_only": false,
1111 "root_asset": {
1112 "account_id": "string",
1113 "archive_from": "2024-01-15T09:30:00Z",
1114 "archive_scheduled_at": "2024-01-15T09:30:00Z",
1115 "archive_status": "string",
1116 "archived_at": "2024-01-15T09:30:00Z",
1117 "asset_type": "document",
1118 "bundle": true,
1119 "bundle_view": "string",
1120 "cover_asset_id": "string",
1121 "creator": {
1122 "digest_frequency": "string",
1123 "image_32": "string",
1124 "image_128": "string",
1125 "from_google": true,
1126 "mfa_enforced_at": "string",
1127 "email": "string",
1128 "name": "string",
1129 "image_64": "string",
1130 "timezone_value": "string",
1131 "account_id": "string",
1132 "updated_at": "string",
1133 "image_256": "string",
1134 "_type": "string",
1135 "user_hash": "string",
1136 "upload_url": "string",
1137 "profile_image": "string",
1138 "first_login_at": "string",
1139 "joined_via": "string",
1140 "id": "string",
1141 "next_digest_date": "string",
1142 "last_seen": "string",
1143 "inserted_at": "string",
1144 "from_adobe": true,
1145 "avatar_color": "string",
1146 "highest_account_role": "string",
1147 "integrations": [
1148 "string"
1149 ],
1150 "roles": {
1151 "admin": true,
1152 "id": "string",
1153 "sales": true,
1154 "support": true,
1155 "service_desk": true
1156 },
1157 "user_default_color": "string"
1158 },
1159 "frames": 1,
1160 "hard_deleted_at": "2024-01-15T09:30:00Z",
1161 "id": "string",
1162 "index": 1.1,
1163 "is_bundle_child": true,
1164 "is_hls_required": true,
1165 "is_session_watermarked": true,
1166 "item_count": 1,
1167 "label": "string",
1168 "metadata": {},
1169 "metadata_flags": {
1170 "id": "string",
1171 "is_360": true,
1172 "is_hdr": true,
1173 "is_original_player_compatible": true
1174 },
1175 "name": "string",
1176 "original": "string",
1177 "parent_asset_id": "string",
1178 "project_id": "string",
1179 "properties": {
1180 "": "string"
1181 },
1182 "required_transcodes": {
1183 "cover": true,
1184 "finalized": [
1185 "thumb"
1186 ],
1187 "h264_1080_best": true,
1188 "h264_2160": true,
1189 "h264_360": true,
1190 "h264_540": true,
1191 "h264_720": true,
1192 "image_full": true,
1193 "image_high": true,
1194 "page_proxy": true,
1195 "thumb": true,
1196 "thumb_540": true,
1197 "thumb_orig_ar_540": true,
1198 "thumb_scrub": true
1199 },
1200 "team_id": "string",
1201 "user_permissions": {
1202 "can_download": true,
1203 "can_modify_template": true,
1204 "can_public_share_presentation": true,
1205 "can_public_share_review_link": true,
1206 "can_share_downloadable_presentation": true,
1207 "can_share_downloadable_review_link": true,
1208 "can_share_unwatermarked_presentation": true,
1209 "can_share_unwatermarked_review_link": true
1210 },
1211 "type": "file",
1212 "view_count": 1
1213 },
1214 "root_asset_id": "string",
1215 "shared": false,
1216 "storage": 0,
1217 "team": {
1218 "account_id": "string",
1219 "disable_sbwm_internally": false,
1220 "creator_id": "string",
1221 "storage": 0,
1222 "default_font_color": "string",
1223 "access": "private",
1224 "font_color": "string",
1225 "user_role": {},
1226 "file_count": 0,
1227 "default_session_watermark_template": {
1228 "account_id": "string",
1229 "app_default": false,
1230 "creator_id": "string",
1231 "id": "string",
1232 "name": "string",
1233 "watermark_blocks": [
1234 {
1235 "alpha": 0.5,
1236 "data_points": [
1237 {
1238 "order": 1,
1239 "type": "email",
1240 "value": "string"
1241 }
1242 ],
1243 "font_size": "medium",
1244 "name": "string",
1245 "position": "top_left",
1246 "position_reference_point": "top_left",
1247 "position_x": 1,
1248 "position_y": 1,
1249 "scroll_text": "none",
1250 "text_alignment": "left",
1251 "text_color": "#FFFFFF",
1252 "text_shadow": false
1253 }
1254 ]
1255 },
1256 "link": "string",
1257 "asset_lifecycle_policy": 1,
1258 "upload_url": "string",
1259 "admin_only_actions": {
1260 "lifecycle": false
1261 },
1262 "deleted_at": "2024-01-15T09:30:00Z",
1263 "default_background_color": "string",
1264 "storage_limit": 1,
1265 "location": "string",
1266 "name": "string",
1267 "default_color": "string",
1268 "slack_webhook": {},
1269 "image_64": "string",
1270 "archived_storage": 0,
1271 "image_128": "string",
1272 "solo": false,
1273 "account": {
1274 "invoice_emails": [
1275 "string"
1276 ],
1277 "city": "string",
1278 "account_default_color": "string",
1279 "company_name": "string",
1280 "storage": 1,
1281 "file_count": 1,
1282 "owner": {
1283 "digest_frequency": "string",
1284 "image_32": "string",
1285 "image_128": "string",
1286 "from_google": true,
1287 "mfa_enforced_at": "string",
1288 "email": "string",
1289 "name": "string",
1290 "image_64": "string",
1291 "timezone_value": "string",
1292 "account_id": "string",
1293 "updated_at": "string",
1294 "image_256": "string",
1295 "_type": "string",
1296 "user_hash": "string",
1297 "upload_url": "string",
1298 "profile_image": "string",
1299 "first_login_at": "string",
1300 "joined_via": "string",
1301 "id": "string",
1302 "next_digest_date": "string",
1303 "last_seen": "string",
1304 "inserted_at": "string",
1305 "from_adobe": true,
1306 "avatar_color": "string",
1307 "highest_account_role": "string",
1308 "integrations": [
1309 "string"
1310 ],
1311 "roles": {
1312 "admin": true,
1313 "id": "string",
1314 "sales": true,
1315 "support": true,
1316 "service_desk": true
1317 },
1318 "user_default_color": "string"
1319 },
1320 "upload_url": "string",
1321 "deleted_at": "2024-01-15T09:30:00Z",
1322 "line1": "string",
1323 "postal_code": "string",
1324 "vat": "string",
1325 "company_address": "string",
1326 "lifetime_file_count": 1,
1327 "state": "string",
1328 "teams": [
1329 null
1330 ],
1331 "image_64": "string",
1332 "archived_storage": 1,
1333 "image_128": "string",
1334 "owner_id": "string",
1335 "user_count": 1,
1336 "locked_at": "2024-01-15T09:30:00Z",
1337 "image": "string",
1338 "team_count": 1,
1339 "collaborator_role_count": 1,
1340 "billing_emails": "string",
1341 "image_32": "string",
1342 "unpaid_at": "2024-01-15T09:30:00Z",
1343 "inserted_at": "2024-01-15T09:30:00Z",
1344 "updated_at": "2024-01-15T09:30:00Z",
1345 "project_count": 1,
1346 "duration": 1,
1347 "delinquent_at": "2024-01-15T09:30:00Z",
1348 "collaborator_count": 1,
1349 "plan": {
1350 "archived_storage_limit": 1,
1351 "autoscaling": true,
1352 "available_features": {
1353 "archival_storage": true,
1354 "custom_branded_emails": true,
1355 "custom_branded_presentations": true,
1356 "reel_player": true,
1357 "secure_sharing": true,
1358 "session_based_watermarking": true,
1359 "team_only_comments": true
1360 },
1361 "collaborator_limit": 1,
1362 "cost": 1,
1363 "default_plan": true,
1364 "deleted_at": "2024-01-15T09:30:00Z",
1365 "enterprise": true,
1366 "file_limit": 1,
1367 "id": "string",
1368 "inserted_at": "2024-01-15T09:30:00Z",
1369 "lifetime_file_limit": 1,
1370 "member_limit": 1,
1371 "name": "string",
1372 "payment_method": "stripe",
1373 "period": "monthly",
1374 "project_limit": 1,
1375 "storage_limit": 1,
1376 "team_limit": 1,
1377 "tier": "free",
1378 "title": "string",
1379 "updated_at": "2024-01-15T09:30:00Z",
1380 "user_limit": 1,
1381 "user_max": 1,
1382 "version": 1
1383 },
1384 "watermark": {
1385 "image": {
1386 "alpha": 0.5,
1387 "image": {
1388 "bucket": "string",
1389 "key": "string",
1390 "type": "image/jpeg",
1391 "uploaded": false
1392 },
1393 "position": "top_left"
1394 },
1395 "text": {
1396 "alpha": 0.5,
1397 "lines": [
1398 "string"
1399 ],
1400 "position": "top"
1401 }
1402 },
1403 "folder_count": 1,
1404 "id": "string",
1405 "display_name": "string",
1406 "country": "string",
1407 "subscription": {
1408 "account_id": "string",
1409 "archived_storage_limit": 1,
1410 "balance": 1,
1411 "cancellation_option": "string",
1412 "cancellation_reason": "string",
1413 "cancelled_at": "2024-01-15T09:30:00Z",
1414 "deleted_at": "2024-01-15T09:30:00Z",
1415 "id": "string",
1416 "inserted_at": "2024-01-15T09:30:00Z",
1417 "last_payment_at": "2024-01-15T09:30:00Z",
1418 "member_limit": 1,
1419 "next_bill_at": "2024-01-15T09:30:00Z",
1420 "on_trial": true,
1421 "plan": {
1422 "archived_storage_limit": 1,
1423 "autoscaling": true,
1424 "available_features": {
1425 "archival_storage": true,
1426 "custom_branded_emails": true,
1427 "custom_branded_presentations": true,
1428 "reel_player": true,
1429 "secure_sharing": true,
1430 "session_based_watermarking": true,
1431 "team_only_comments": true
1432 },
1433 "collaborator_limit": 1,
1434 "cost": 1,
1435 "default_plan": true,
1436 "deleted_at": "2024-01-15T09:30:00Z",
1437 "enterprise": true,
1438 "file_limit": 1,
1439 "id": "string",
1440 "inserted_at": "2024-01-15T09:30:00Z",
1441 "lifetime_file_limit": 1,
1442 "member_limit": 1,
1443 "name": "string",
1444 "payment_method": "stripe",
1445 "period": "monthly",
1446 "project_limit": 1,
1447 "storage_limit": 1,
1448 "team_limit": 1,
1449 "tier": "free",
1450 "title": "string",
1451 "updated_at": "2024-01-15T09:30:00Z",
1452 "user_limit": 1,
1453 "user_max": 1,
1454 "version": 1
1455 },
1456 "plan_id": "string",
1457 "promotion_expires_at": "2024-01-15T09:30:00Z",
1458 "promotion_id": "string",
1459 "requires_autoscaling": true,
1460 "storage_limit": 1,
1461 "subscription_end_at": "2024-01-15T09:30:00Z",
1462 "total_archived_storage_limit": 1,
1463 "total_lifetime_file_limit": 1,
1464 "total_member_limit": 1,
1465 "total_project_limit": 1,
1466 "total_storage_limit": 1,
1467 "total_user_limit": 1,
1468 "updated_at": "2024-01-15T09:30:00Z",
1469 "user_limit": 1
1470 },
1471 "account_members": [
1472 {
1473 "accepted_at": "2024-01-15T09:30:00Z",
1474 "account_id": "string",
1475 "declined_at": "2024-01-15T09:30:00Z",
1476 "deleted_at": "2024-01-15T09:30:00Z",
1477 "inserted_at": "2024-01-15T09:30:00Z",
1478 "role": "admin",
1479 "updated_at": "2024-01-15T09:30:00Z",
1480 "user_id": "string"
1481 }
1482 ],
1483 "frames": 1,
1484 "member_count": 1,
1485 "image_256": "string"
1486 },
1487 "image_32": "string",
1488 "inserted_at": "2024-01-15T09:30:00Z",
1489 "updated_at": "2024-01-15T09:30:00Z",
1490 "project_count": 0,
1491 "duration": 0,
1492 "team_image": "string",
1493 "collaborator_count": 0,
1494 "bio": "string",
1495 "color": "string",
1496 "email_branding": {
1497 "accent_color": "string",
1498 "background_color": "string",
1499 "image": {
1500 "bucket": "string",
1501 "key": "string",
1502 "type": "image/jpeg",
1503 "uploaded": false
1504 }
1505 },
1506 "folder_count": 0,
1507 "dark_theme": false,
1508 "default_session_watermark_template_id": "string",
1509 "session_watermark_templates": [
1510 {
1511 "account_id": "string",
1512 "app_default": false,
1513 "creator_id": "string",
1514 "id": "string",
1515 "name": "string",
1516 "watermark_blocks": [
1517 {
1518 "alpha": 0.5,
1519 "data_points": [
1520 {
1521 "order": 1,
1522 "type": "email",
1523 "value": "string"
1524 }
1525 ],
1526 "font_size": "medium",
1527 "name": "string",
1528 "position": "top_left",
1529 "position_reference_point": "top_left",
1530 "position_x": 1,
1531 "position_y": 1,
1532 "scroll_text": "none",
1533 "text_alignment": "left",
1534 "text_color": "#FFFFFF",
1535 "text_shadow": false
1536 }
1537 ]
1538 }
1539 ],
1540 "id": "string",
1541 "member_limit": 1,
1542 "frames": 0,
1543 "member_count": 0,
1544 "image_256": "string",
1545 "background_color": "string"
1546 },
1547 "team_id": "string",
1548 "updated_at": "2024-01-15T09:30:00Z",
1549 "user_permissions": {
1550 "can_download": true,
1551 "can_modify_template": true,
1552 "can_public_share_presentation": true,
1553 "can_public_share_review_link": true,
1554 "can_share_downloadable_presentation": true,
1555 "can_share_downloadable_review_link": true,
1556 "can_share_unwatermarked_presentation": true,
1557 "can_share_unwatermarked_review_link": true
1558 },
1559 "user_preferences": {
1560 "collaborator_can_download": true,
1561 "collaborator_can_invite": true,
1562 "collaborator_can_share": true,
1563 "notify_on_new_asset": true,
1564 "notify_on_new_collaborator": true,
1565 "notify_on_new_comment": true,
1566 "notify_on_updated_label": true,
1567 "notify_slack": true
1568 },
1569 "watermark": {
1570 "image": {
1571 "alpha": 0.5,
1572 "image": {
1573 "bucket": "string",
1574 "key": "string",
1575 "type": "image/jpeg",
1576 "uploaded": false
1577 },
1578 "position": "top_left"
1579 },
1580 "text": {
1581 "alpha": 0.5,
1582 "lines": [
1583 "string"
1584 ],
1585 "position": "top"
1586 }
1587 }
1588 },
1589 "team": {
1590 "account_id": "string",
1591 "disable_sbwm_internally": false,
1592 "creator_id": "string",
1593 "storage": 0,
1594 "default_font_color": "string",
1595 "access": "private",
1596 "font_color": "string",
1597 "user_role": {},
1598 "file_count": 0,
1599 "default_session_watermark_template": {
1600 "account_id": "string",
1601 "app_default": false,
1602 "creator_id": "string",
1603 "id": "string",
1604 "name": "string",
1605 "watermark_blocks": [
1606 {
1607 "alpha": 0.5,
1608 "data_points": [
1609 {
1610 "order": 1,
1611 "type": "email",
1612 "value": "string"
1613 }
1614 ],
1615 "font_size": "medium",
1616 "name": "string",
1617 "position": "top_left",
1618 "position_reference_point": "top_left",
1619 "position_x": 1,
1620 "position_y": 1,
1621 "scroll_text": "none",
1622 "text_alignment": "left",
1623 "text_color": "#FFFFFF",
1624 "text_shadow": false
1625 }
1626 ]
1627 },
1628 "link": "string",
1629 "asset_lifecycle_policy": 1,
1630 "upload_url": "string",
1631 "admin_only_actions": {
1632 "lifecycle": false
1633 },
1634 "deleted_at": "2024-01-15T09:30:00Z",
1635 "default_background_color": "string",
1636 "storage_limit": 1,
1637 "location": "string",
1638 "name": "string",
1639 "default_color": "string",
1640 "slack_webhook": {},
1641 "image_64": "string",
1642 "archived_storage": 0,
1643 "image_128": "string",
1644 "solo": false,
1645 "account": {
1646 "invoice_emails": [
1647 "string"
1648 ],
1649 "city": "string",
1650 "account_default_color": "string",
1651 "company_name": "string",
1652 "storage": 1,
1653 "file_count": 1,
1654 "owner": {
1655 "digest_frequency": "string",
1656 "image_32": "string",
1657 "image_128": "string",
1658 "from_google": true,
1659 "mfa_enforced_at": "string",
1660 "email": "string",
1661 "name": "string",
1662 "image_64": "string",
1663 "timezone_value": "string",
1664 "account_id": "string",
1665 "updated_at": "string",
1666 "image_256": "string",
1667 "_type": "string",
1668 "user_hash": "string",
1669 "upload_url": "string",
1670 "profile_image": "string",
1671 "first_login_at": "string",
1672 "joined_via": "string",
1673 "id": "string",
1674 "next_digest_date": "string",
1675 "last_seen": "string",
1676 "inserted_at": "string",
1677 "from_adobe": true,
1678 "avatar_color": "string",
1679 "highest_account_role": "string",
1680 "integrations": [
1681 "string"
1682 ],
1683 "roles": {
1684 "admin": true,
1685 "id": "string",
1686 "sales": true,
1687 "support": true,
1688 "service_desk": true
1689 },
1690 "user_default_color": "string"
1691 },
1692 "upload_url": "string",
1693 "deleted_at": "2024-01-15T09:30:00Z",
1694 "line1": "string",
1695 "postal_code": "string",
1696 "vat": "string",
1697 "company_address": "string",
1698 "lifetime_file_count": 1,
1699 "state": "string",
1700 "teams": [
1701 null
1702 ],
1703 "image_64": "string",
1704 "archived_storage": 1,
1705 "image_128": "string",
1706 "owner_id": "string",
1707 "user_count": 1,
1708 "locked_at": "2024-01-15T09:30:00Z",
1709 "image": "string",
1710 "team_count": 1,
1711 "collaborator_role_count": 1,
1712 "billing_emails": "string",
1713 "image_32": "string",
1714 "unpaid_at": "2024-01-15T09:30:00Z",
1715 "inserted_at": "2024-01-15T09:30:00Z",
1716 "updated_at": "2024-01-15T09:30:00Z",
1717 "project_count": 1,
1718 "duration": 1,
1719 "delinquent_at": "2024-01-15T09:30:00Z",
1720 "collaborator_count": 1,
1721 "plan": {
1722 "archived_storage_limit": 1,
1723 "autoscaling": true,
1724 "available_features": {
1725 "archival_storage": true,
1726 "custom_branded_emails": true,
1727 "custom_branded_presentations": true,
1728 "reel_player": true,
1729 "secure_sharing": true,
1730 "session_based_watermarking": true,
1731 "team_only_comments": true
1732 },
1733 "collaborator_limit": 1,
1734 "cost": 1,
1735 "default_plan": true,
1736 "deleted_at": "2024-01-15T09:30:00Z",
1737 "enterprise": true,
1738 "file_limit": 1,
1739 "id": "string",
1740 "inserted_at": "2024-01-15T09:30:00Z",
1741 "lifetime_file_limit": 1,
1742 "member_limit": 1,
1743 "name": "string",
1744 "payment_method": "stripe",
1745 "period": "monthly",
1746 "project_limit": 1,
1747 "storage_limit": 1,
1748 "team_limit": 1,
1749 "tier": "free",
1750 "title": "string",
1751 "updated_at": "2024-01-15T09:30:00Z",
1752 "user_limit": 1,
1753 "user_max": 1,
1754 "version": 1
1755 },
1756 "watermark": {
1757 "image": {
1758 "alpha": 0.5,
1759 "image": {
1760 "bucket": "string",
1761 "key": "string",
1762 "type": "image/jpeg",
1763 "uploaded": false
1764 },
1765 "position": "top_left"
1766 },
1767 "text": {
1768 "alpha": 0.5,
1769 "lines": [
1770 "string"
1771 ],
1772 "position": "top"
1773 }
1774 },
1775 "folder_count": 1,
1776 "id": "string",
1777 "display_name": "string",
1778 "country": "string",
1779 "subscription": {
1780 "account_id": "string",
1781 "archived_storage_limit": 1,
1782 "balance": 1,
1783 "cancellation_option": "string",
1784 "cancellation_reason": "string",
1785 "cancelled_at": "2024-01-15T09:30:00Z",
1786 "deleted_at": "2024-01-15T09:30:00Z",
1787 "id": "string",
1788 "inserted_at": "2024-01-15T09:30:00Z",
1789 "last_payment_at": "2024-01-15T09:30:00Z",
1790 "member_limit": 1,
1791 "next_bill_at": "2024-01-15T09:30:00Z",
1792 "on_trial": true,
1793 "plan": {
1794 "archived_storage_limit": 1,
1795 "autoscaling": true,
1796 "available_features": {
1797 "archival_storage": true,
1798 "custom_branded_emails": true,
1799 "custom_branded_presentations": true,
1800 "reel_player": true,
1801 "secure_sharing": true,
1802 "session_based_watermarking": true,
1803 "team_only_comments": true
1804 },
1805 "collaborator_limit": 1,
1806 "cost": 1,
1807 "default_plan": true,
1808 "deleted_at": "2024-01-15T09:30:00Z",
1809 "enterprise": true,
1810 "file_limit": 1,
1811 "id": "string",
1812 "inserted_at": "2024-01-15T09:30:00Z",
1813 "lifetime_file_limit": 1,
1814 "member_limit": 1,
1815 "name": "string",
1816 "payment_method": "stripe",
1817 "period": "monthly",
1818 "project_limit": 1,
1819 "storage_limit": 1,
1820 "team_limit": 1,
1821 "tier": "free",
1822 "title": "string",
1823 "updated_at": "2024-01-15T09:30:00Z",
1824 "user_limit": 1,
1825 "user_max": 1,
1826 "version": 1
1827 },
1828 "plan_id": "string",
1829 "promotion_expires_at": "2024-01-15T09:30:00Z",
1830 "promotion_id": "string",
1831 "requires_autoscaling": true,
1832 "storage_limit": 1,
1833 "subscription_end_at": "2024-01-15T09:30:00Z",
1834 "total_archived_storage_limit": 1,
1835 "total_lifetime_file_limit": 1,
1836 "total_member_limit": 1,
1837 "total_project_limit": 1,
1838 "total_storage_limit": 1,
1839 "total_user_limit": 1,
1840 "updated_at": "2024-01-15T09:30:00Z",
1841 "user_limit": 1
1842 },
1843 "account_members": [
1844 {
1845 "accepted_at": "2024-01-15T09:30:00Z",
1846 "account_id": "string",
1847 "declined_at": "2024-01-15T09:30:00Z",
1848 "deleted_at": "2024-01-15T09:30:00Z",
1849 "inserted_at": "2024-01-15T09:30:00Z",
1850 "role": "admin",
1851 "updated_at": "2024-01-15T09:30:00Z",
1852 "user_id": "string"
1853 }
1854 ],
1855 "frames": 1,
1856 "member_count": 1,
1857 "image_256": "string"
1858 },
1859 "image_32": "string",
1860 "inserted_at": "2024-01-15T09:30:00Z",
1861 "updated_at": "2024-01-15T09:30:00Z",
1862 "project_count": 0,
1863 "duration": 0,
1864 "team_image": "string",
1865 "collaborator_count": 0,
1866 "bio": "string",
1867 "color": "string",
1868 "email_branding": {
1869 "accent_color": "string",
1870 "background_color": "string",
1871 "image": {
1872 "bucket": "string",
1873 "key": "string",
1874 "type": "image/jpeg",
1875 "uploaded": false
1876 }
1877 },
1878 "folder_count": 0,
1879 "dark_theme": false,
1880 "default_session_watermark_template_id": "string",
1881 "session_watermark_templates": [
1882 {
1883 "account_id": "string",
1884 "app_default": false,
1885 "creator_id": "string",
1886 "id": "string",
1887 "name": "string",
1888 "watermark_blocks": [
1889 {
1890 "alpha": 0.5,
1891 "data_points": [
1892 {
1893 "order": 1,
1894 "type": "email",
1895 "value": "string"
1896 }
1897 ],
1898 "font_size": "medium",
1899 "name": "string",
1900 "position": "top_left",
1901 "position_reference_point": "top_left",
1902 "position_x": 1,
1903 "position_y": 1,
1904 "scroll_text": "none",
1905 "text_alignment": "left",
1906 "text_color": "#FFFFFF",
1907 "text_shadow": false
1908 }
1909 ]
1910 }
1911 ],
1912 "id": "string",
1913 "member_limit": 1,
1914 "frames": 0,
1915 "member_count": 0,
1916 "image_256": "string",
1917 "background_color": "string"
1918 },
1919 "updated_at": "2024-01-15T09:30:00Z",
1920 "view_count": 0,
1921 "watermark_user_input": "string",
1922 "bundle_count": 0,
1923 "is_autoplay": false
1924}
Delete a given Review Link
Was this page helpful?
Previous

Get a Review Link

Next

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

review_link_idstringRequiredformat: "uuid"

Response

ReviewLink success response
namestring
Name of the Review Link
access_controlobject
available_featuresobjectRead-only
allow_approvalsbooleanDefaults to true

Enable/disable changing an Asset’s status by non-Collaborator/Team Members via the Review Link.

current_version_onlybooleanDefaults to false

Show only the most recent version of Assets in the Review Link

deleted_atstringRead-onlyformat: "date-time"
Deletion time of the Review Link
enable_downloadingboolean
Enable or disable downloading on this Review Link. The default depends on whether the auth used to create this review link allows for this or not.
expires_atstringRead-onlyformat: "date-time"
Expiration time of the Review Link
enable_commentsbooleanDefaults to true
folder_item_countintegerRead-onlyDefaults to 0
is_activebooleanDefaults to true

Disable an Review Link by switching this from true -> false, and vice-versa.

notify_on_viewbooleanRead-onlyDefaults to true
passwordstring

Actually a passphrase, this is an additional security measure for a second layer of security on your Review Links.

Supports alphanumeric input.

has_passwordbooleanRead-onlyDefaults to false
If false, the Review Link has no passphrase
idstringRead-onlyformat: "uuid"
UUID of the Review Link
inserted_atstringRead-onlyformat: "date-time"
item_countintegerRead-onlyDefaults to 0
Number of items included at the root of the Review Link
itemslist of objectsRead-only
owner_idstringRead-onlyformat: "uuid"
project_idstringRead-onlyformat: "uuid"
reviewer_countintegerRead-onlyDefaults to 0
short_urlstringRead-only
ownerobject
User model
projectobject
teamobject
updated_atstringRead-onlyformat: "date-time"
view_countintegerRead-onlyDefaults to 0
watermark_user_inputstring
bundle_countintegerRead-onlyDefaults to 0Deprecated
is_autoplaybooleanRead-onlyDefaults to falseDeprecated

Errors

401
Unauthorized Error
404
Not Found Error