Skip to main content
GET
/
v1
/
review_medias
List
curl --request GET \
  --url https://{defaultHost}/v1/review_medias \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "pagination": {
    "count": 1,
    "limit": 20,
    "page": 1,
    "url": "/v1/review_medias"
  },
  "data": [
    {
      "id": "354a0e79-8e4a-449f-bb9d-de61aaa03691",
      "object": "review_media",
      "alt": null,
      "title": null,
      "url": null,
      "media": "131acf21-c3d0-434f-be66-ab723039aa4d",
      "review": "02708691-2635-45eb-b7b9-2cea349851ea",
      "created_at": 1771429906,
      "updated_at": 1771429906
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids[]
string[]

Only return objects with the given IDs.

limit
integer

A limit on the number of items to be returned, between 1 and 100.

page
integer

The page of items you want returned.

review_ids[]
string[]

Only return objects that belong to the given reviews.

Response

200 - application/json

Success

object
string

A string describing the object type returned.

pagination
object
data
array

An array of objects.