Skip to main content
POST
/
api
/
external
/
v1
/
allocations
/
admin-release
Admin Release Allocations
curl --request POST \
  --url https://app.magna.so/api/external/v1/allocations/admin-release \
  --header 'Content-Type: application/json' \
  --header 'x-magna-api-token: <api-key>' \
  --data '
{
  "tokenId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "allocationIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "sender": "<string>"
}
'
{
  "isProcessed": true,
  "result": {
    "items": [
      {
        "transactionGroupId": "0a95df41-468f-4e9b-b5eb-08e982618ad1",
        "parameters": [
          {
            "from": "0xAdminWallet...",
            "to": "0xContract...",
            "data": "0x8612...",
            "platformFee": null,
            "transactionId": "67f987e4-70cc-4833-8935-1f3baff601a4"
          }
        ]
      }
    ],
    "total": 1
  }
}

Authorizations

x-magna-api-token
string
header
required

Body

application/json
tokenId
string<uuid>
required
Minimum string length: 1
allocationIds
string<uuid>[]
required
Minimum array length: 1
Minimum string length: 1
sender
string
required
Minimum string length: 1

Response

Successful response

isProcessed
boolean
result
any

Endpoint-specific result payload.