
get
/v4/campaigns/{id}
Retrieve a campaign by its unique identifier (hash or distributionChain-campaignId format) in the id path parameter.
Path parameters
idstringrequired
Campaign ID (hash) or composite identifier (distributionChain-campaignId)
Query parameters
showPrivatebooleanWhen true, attempt to decode a private campaign. The caller (JWT or API key owner) must be authorized for the campaign — otherwise returns 401. When false (default), private campaigns return 404. Bypasses CDN cache.
get
https://api.merkl.xyz/v4/campaigns/curl -X GET "https://api.merkl.xyz/v4/campaigns/7772424586270261909"