Settings
Manage user settings (key-value store).
Endpoints
Method
Path
Description
GET
/v1/settings
List all settings
GET
/v1/settings/:key
Get setting by key
PUT
/v1/settings/:key
Update setting
DELETE
/v1/settings/:key
Delete setting
List Settings
GET /v1/settingscurl https://api.tokenbot.com/v1/settings \
-H "X-API-Key: tb_live_your_key"Get Setting
GET /v1/settings/:keyUpdate Setting
PUT /v1/settings/:keyDelete Setting
Last updated
Was this helpful?

