Skip to main content

List Custom User Images

List all custom images uploaded by the user.

Query Parameters
type string

Possible values: [logo, cover]

The type of the image.

Responses
200

OK

Schema
httpCode integer
status string
images object[]
id string
image_url string
thumbnail_url string
user_id string
type string
image string
listCustomUserImages
GET /cards/listCustomUserImages
type — query
https://api.handwrytten.com/v2
curl -L 'https://api.handwrytten.com/v2/cards/listCustomUserImages' \
-H 'Accept: application/json'