Overview of the TakeProfit Partner APIs and how they can be used to access financial data, security information, manage security links and more.
Improvement suggestions: We welcome your feedback and suggestions for improving our APIs. Please reach out to us at support@takeprofit.com with any suggestions or questions.
api_key
to receive tokens.refresh_token
to obtain a new access_token
when needed.
Note: The lifetime of the access_token
is 30 minutes.
Note: Keep your tokens secure and never expose them publicly.
api_key
, access_token
, and refresh_token
securely.valid_to_time
to refresh tokens proactively. Token lifetime is 30 minutes.status.code
in responses.api_key
?api_key
.
access_token
expires?refresh_token
with the Auth API’s Refresh
method to obtain a new access_token
.
Example: Refreshing Token