post

/v4/config/store

Stores campaign configurations keyed by their hash. Provide the campaign configuration payload in the request body.

Request body

No fixed schema for this body — send any valid JSON object.
{
  
}

Responses

200
Response for status 200
Schema
string
Example
"string"
post
https://api.merkl.xyz/v4/config/store
Merkl API
curl -X POST "https://api.merkl.xyz/v4/config/store"
Live request — this will call https://api.merkl.xyz/ for real.