Skip to main content
GET
/
api
/
images
List images
curl --request GET \
  --url https://app.demand-iq.com/api/images \
  --cookie session=
{
  "images": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "filename": "<string>",
      "s3Key": "<string>",
      "mimeType": "<string>",
      "size": 123,
      "url": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "width": 123,
      "height": 123
    }
  ]
}

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Response

List of images

images
object[]