TraderMemos
API 参考

Notes

GET/api/v1/notes

Authorization

bearerAuth
AuthorizationBearer <token>

Session JWT access token or personal access token (tm_pat_…).

In: header

Query Parameters

from?string

RFC3339 start time

Formatdate-time
to?string

RFC3339 end time

Formatdate-time

Response Body

curl -X GET "https://example.com/api/v1/notes"
Empty
POST/api/v1/notes

Authorization

bearerAuth
AuthorizationBearer <token>

Session JWT access token or personal access token (tm_pat_…).

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/notes" \  -H "Content-Type: application/json" \  -d '{}'
Empty