get https://api.criteo.com/2024-01/retail-media/accounts//retailers
Gets page of retailer objects that are associated with the given account
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Gets page of retailer objects that are associated with the given account
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
OkHttpClient client = new OkHttpClient();
Request request = new Request.Builder()
.url("https://api.criteo.com/2024-01/retail-media/accounts//retailers?pageIndex=0&pageSize=25")
.get()
.addHeader("accept", "application/json")
.build();
Response response = client.newCall(request).execute();
Try It!
to start a request and see the response here! Or choose an example: