get
/v4/campaign-lists/{owner}/{name}
Get the campaign IDs in a single named list. Returns 404 if the list does not exist.
Path parameters
ownerstringrequired
namestringrequired
Responses
200Response for status 200
Schema
object
ownerstringrequired
namestringrequired
campaignIdsstring[]required
sizenumberrequired
Example
{
"owner": "string",
"name": "string",
"campaignIds": [
"string"
],
"size": 0
}get
https://api.merkl.xyz/v4/campaign-lists/{owner}/{name}curl -X GET "https://api.merkl.xyz/v4/campaign-lists/{owner}/{name}"Fill the required path parameters owner, name to send.