Appearance
List blog post images
GET
/api/v1/projects/{project_id}/blog-posts/{post_id}/images
Returns all images attached to a blog post.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"post_id*
Type
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON { "id": "string", "blog_post_id": "string", "s3_key": "string", "original_url": "string", "source": "string", "alt_text": "string", "width": 0, "height": 0, "file_size": 0, "variants": { "additionalProperties": "string" }, "created_at": "string", "updated_at": "string" }
[
]