Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Success response body

{
  "id": 3731,
  "name": "preset",
  "s3_key": "s3_key",
  "preview_image_url": "https://gipper-college-logos-development.s3.amazonaws.com/preview_s3_key.jpeg",
  "favorites_count": null,
  "shared": false,
  "preset_type": "graphic" (NOTE: updated 11/10/23),
  "published": false,
  "additional_media": false,
  "template": {
    "id": 2778,
    "name": "MatchDay",
    "class_name": "template_two_thousand_five_hundred_two",
    "preview_image_url": "https://gipper-static-assets.s3.amazonaws.com/preview_for_templates/template_2502_preview.jpg",
    "social_media": "portrait",
    "has_video": true,
    "has_motion": false,
    "active_for": "all_platforms",
    "parent_template": "template_two_thousand_four_hundred_ninety_nine",
    "preview_aspect_ratio": "4:5",
    "favorites_count": null,
    "canvas_to_backend": false (NOTE: add 24/08/23),
    "plans": [
        "Free",
        "Basic",
        ...
    ],
    "relative_templates": {
        "instagram": 2775,
        ...
    }
  }
}

Params

Param name Description
id
required

ID of preset

Validations:

  • Must be a Integer

team_id
optional

Team ID if preset shared for team

Validations:

  • Must be a Integer