Allocation by ID
curl -X GET <https://app.magna.so/api/external/v1/allocations/{your_allocation_id}> \\\\
-H 'Content-Type: application/json' \\\\
-H 'x-magna-api-token: magna_project_api_token'Last updated
Was this helpful?
curl -X GET <https://app.magna.so/api/external/v1/allocations/{your_allocation_id}> \\\\
-H 'Content-Type: application/json' \\\\
-H 'x-magna-api-token: magna_project_api_token'Last updated
Was this helpful?
Was this helpful?
{
"isProcessed": true,
"result": {
"id": "7eb179c5-d86a-4c0c-be29-198ad0cb39b0",
"key": "A-SMJ7LTO1GS",
"description": null,
"amount": "12000",
"funded": "0",
"received": "0",
"createdAt": "2024-04-15T21:26:21.000Z",
"updatedAt": "2024-04-15T21:26:21.000Z",
"walletAddress": "B4uSUKyxdEgCJv6CUrynBAe8NjebnX6A1f6bprQFgZ7f",
"cancelledAt": null,
"status": "NOT_STARTED",
"stakeholder": {
"id": "fe2d5104-36d5-4c79-b457-6bfcb1ae498c",
"type": null,
"employeeNumber": null,
"name": null,
"contactEmail": null
},
"claimable": "0",
"category": {
"id": "3451cadc-dd25-4aee-b000-453756796a06",
"name": "Test"
},
"unlockStartAt": "2024-04-15T21:26:21.000Z",
"vestingStartAt": "2024-04-15T21:26:21.000Z",
}
}