post https://api.streak.com/api/v2/boxes//comments
Log in to see full request history
Content Type and Auth
Make sure to include
-H "Content-Type: application/json"
and your authorization in any request you make on your own.
Responses
Content Type and Auth
Make sure to include
-H "Content-Type: application/json"
and your authorization in any request you make on your own.
xxxxxxxxxx
curl --request POST \
--url https://api.streak.com/api/v2/boxes/key/comments \
--header 'Content-Type: application/json' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: