To check the function of the API, it is possible to call the test method. This returns the customer data of the customer associated with the API account as the response.
|
URL |
/api/v2/test |
||||||||||||
|
Method |
GET |
||||||||||||
|
Parameter |
– |
||||||||||||
|
Return |
JSON |
||||||||||||
|
Return values |
|
Example enquiry:
https://app.easy-feedback.com/api/v2/test
Result:
JSON
{
"CustomerId": 1,
"Company": "MyCompany",
"Email": "email@mycompany.com"
}