Get all configs for a given WEB3 activation
curl --request GET \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/activations/{activationId}/configs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"configType": "generator",
"id": "<string>",
"pointsConfig": "<array>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"meta": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": "<string>",
"endCursor": "<string>",
"totalCount": 123
}
}Was this page helpful?
curl --request GET \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/activations/{activationId}/configs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"configType": "generator",
"id": "<string>",
"pointsConfig": "<array>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"meta": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": "<string>",
"endCursor": "<string>",
"totalCount": 123
}
}