API Overview
Requirements
Please contact us at [email protected] to receive an API Key
Take a note of the fund ID that you want to programmatically add investments into. This is available under the Fund ID column from your Tactyc home screen.

Formulating the Request Header
Header must have the following key pair:
Key: Authorization
Value: Your API Key
#FORMULATING THE HEADER WITH FUND ID AND API KEY. REPLACE THE VALUE WITHIN {{ }} WITH #YOUR FUND ID AND API KEY
curl https://tactycapi.com/api/fund/{{FUND_ID}}/investment
-X POST
-H 'Authorization:{{API KEY}}'
Quick Start Methods:
Last updated