Skip to content

API

WARNING

this is a private test feature, you can contact contact@let.sh to request access to this feature. You will need to create table via console before access the api.

Authorization

you can pass your authorization token in Authorization header, starting with Bearer . For example: Authorization: "Bearer aTBlS4G/a+v/PAVn6RNtuOZB"

Create Item

FieldContent
URL Path${your_project_domain}/__/:table/:key
HTTP MethodPOST
HeaderAuthorization Header
Payloadjson data

Update Item (entire item)

FieldContent
URL Path${your_project_domain}/__/:table/:key
HTTP MethodPUT
HeaderAuthorization Header
Payloadjson data

Update Item (changed fields)

FieldContent
URL Path${your_project_domain}/__/:table/:key
HTTP MethodPATCH
HeaderAuthorization Header
Payloadjson data

DELETE Item

FieldContent
URL Path${your_project_domain}/__/:table/:key
HTTP MethodDELETE
HeaderAuthorization Header

Powered by let.sh