GET /accounts/{accountId}/v1/images

List images for an account.

Servers

Path parameters

Name Type Required Description
accountId String Yes

Account identifier.

Query parameters

Name Type Required Description
sort_order String No

Sorting order by upload time

Valid values:

  • "desc"
  • "asc"

Default value: "desc"

continuation_token String No

Continuation token for a next page. List images V2 returns continuation_token

per_page Integer No

Number of items per page

Default value: 1000

creator String No

Internal user ID set within the creator field. Setting to empty string will return images where creator field is not set

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.