HTTP endpoints

Number of APIs: 17

The HTTP endpoints enable simple selection and modifications of all records or a single record in a table, in addition to support for custom SurrealQL queries with multiple statements, using traditional RESTful HTTP url endpoints.

  1. /key/:table PUT {{endpoint}}/key/:table

  2. /key/:table DELETE {{endpoint}}/key/:table

  3. /health GET {{endpoint}}/health

  4. /export GET {{endpoint}}/export

  5. /key/:table GET {{endpoint}}/key/:table

  6. /key/:table PATCH {{endpoint}}/key/:table

  7. /sql POST {{endpoint}}/sql

  8. /key/:table/:id POST {{endpoint}}/key/:table/:id

  9. /status GET {{endpoint}}/status

  10. /version GET {{endpoint}}/version