Skip to main content
GET
/
strategies
/
{strategyId}
/
factsheet
Get the factsheet for a specific strategy
curl --request GET \
  --url https://api.noonum.ai/v1/strategies/{strategyId}/factsheet \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Path Parameters

strategyId
string
required

UUID of the user strategy

Response

Redirect to the S3 presigned URL for the factsheet. The URL is provided in the Location header.