Skip to content
OpenPostDocs
OpenPostDocs
Image editor

List OpenPost Image Editor designs

GET/image-editor/designs

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

workspace_id*string
search?string
limit?integer
Formatint64
Range1 <= value <= 100
offset?integer
Formatint64
Range0 <= value

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/image-editor/designs?workspace_id=string"
{  "$schema": "https://example.com/api/v1/schemas/ListImageEditorDesignsOutputBody.json",  "can_edit": true,  "designs": [    {      "cover_preview_media_id": "string",      "created_at": "string",      "height_px": 0,      "id": "string",      "is_favorite": true,      "page_count": 0,      "preset_key": "string",      "revision": 0,      "title": "string",      "updated_at": "string",      "width_px": 0    }  ],  "total": 0}