Elentra API
8.0
Search
⌃K

HTTP Methods & Status Codes

Response Codes

This section will describe the circumstances when you would return each possible HTTP status code that our endpoints typically respond with.
The examples below only briefly specify which types of URI paths and parameters are required to generate the responses described here.
Please see the Routing and Parameters sections for specific details on the structure of URI paths and query parameters.
get
/api/v2
This section contains the API standards and guidelines when implementing a GET route
post
/api/v2
This section contains the API standards and guidelines when implementing a POST route
put
/api/v2
This section contains the API standards and guidelines when implementing a PUT route
patch
/api/v2
This section contains the API standards and guidelines when implementing a PATCH route
delete
/api/v2
This section contains the API standards and guidelines when implementing a DELETE route