Skip to main content
Use the Prime SDK or CLI to test this endpoint by following the quickstart guide and running with the following examples
AllocationsService allocationsService = PrimeServiceFactory.createAllocationsService(client);

GetAllocationRequest request = new GetAllocationRequest.Builder("PORTFOLIO_ID_HERE", "ALLOCATION_ID_HERE").build();

GetAllocationResponse response = allocationsService.getAllocation(request);
For more information, please visit the Prime Java SDK.