get https://api.criteo.com/2023-10/retail-media/line-items//keywords
Fetch keywords associated with the specified line item
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Fetch keywords associated with the specified line item
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
OkHttpClient client = new OkHttpClient();
Request request = new Request.Builder()
.url("https://api.criteo.com/2023-10/retail-media/line-items//keywords")
.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: