cURL
curl --request POST \ --url https://dev-api.rootkey.ai/api-v1/damc/assets/{assetId}/workers/collective/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "ownerWallet": "<string>", "collectiveAddress": "<string>" }'
{ "chainId": 80002, "transactionHash": "0xdee485f695a79bc8e37a0efcee21c42be0854f1754fe5b52113be70cbfb8d858" }
Add a collective of workers to a specific asset
The asset identifier
Collective of workers request payload
The body is of type object.
object
Add workers collective successfully
The response is of type any.
any