post
/v4/campaigns/{id}/access/grant
Grant access to a private campaign for a specific address.
Request body
object
userAddressstringrequired
Ethereum address to grant/revoke accesscanManageAccessbooleandefault: falseWhether the user can manage (grant/revoke) access for othersResponses
200Response for status 200
Schema
object
successbooleanrequired
messagestringrequired
Example
{
"success": false,
"message": "string"
}post
https://api.merkl.xyz/v4/campaigns/{id}/access/grantcurl -X POST "https://api.merkl.xyz/v4/campaigns/{id}/access/grant" \
-H "Content-Type: application/json" \
-d '{ "canManageAccess": false }'Current params
{
"body": {
"canManageAccess": false
}
}Live request — this will call https://api.merkl.xyz/ for real.