In the Smart Completions Smart API supports, some endpoints only support reading data, some only writing data, and some both. You can tell what you can do with an API by the HTTPS methods it supports:
-
Read-only APIs only support the GET method.
-
Write-only APIs only support the POST, PUT, and PATCH methods.
-
Read-write APIs support the GET, POST, PUT, and PATCH methods.
Currently, no endpoints support the HTTPS DELETE method.
The supported HTTPS methods are listed for each endpoint.