POST
/
beta
/
investment
/
securities
/
add
/
Add securities
curl --request POST \
  --url https://app.standardmetrics.io/beta/investment/securities/add/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "certificates": [],
  "warrants": [],
  "convertibles": [],
  "token_investments": [],
  "token_warrants": [],
  "token_convertibles": []
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A list of securities, across different types, to add.

Response

201 - application/json

Created

A response with messages.