Fideljet API Use JSON, we expect JSON as the request data and we send back JSON as response.
Here is the common structure of the response format for the API
For success result:
</pre> { "success" : true, "message" : "Contact has been saved", "data":[1,2,3] } <pre>
For failure result:
</pre> { "success" : false, "message" : "Error apikey", "data":[] } <pre>
success : This is the standard state of the API action
Possible values
true
false
message : This is the custom message of the API response
data : This is the data response.