Teable Web API follows HTTP status code semantics.
- 2xx Represents success
- 4xx Client errors
- 5xx Server errors
Success Status Codes
200 OK
The request has been successfully completed.201 Created
The request has been successfully completed and a new resource has been created.Error Codes
400 Bad Request
The request body cannot be parsed asJSON
, or the input body parameters do not meet specification requirements.