List Instant Design Images

Use this endpoint to return a list of instant design images.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

This endpoint returns image ID values, scoped to a (required) job_id query parameter. The response body includes image ID values that can be used in the Show Instant Design Image endpoint to obtain the actual image.

Sample Response Body

{
  "images": [
    {
      "id": 18659553
    },
    {
      "id": 18659371
    },
    {
      "id": 18659402
    },
    {
      "id": 18659426
    },
    {
      "id": 18659904
    },
    {
      "id": 18659452
    },
    {
      "id": 18659919
    }
  ]
}
Query Params
int32
Defaults to 8675309

This or the lead_id is required. The ID of the Instant Design job.

int32
Defaults to null

This or Job ID is required. The ID of the Lead.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json