API

One interface, many possibilities

Initial test

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

UserID

int

The user ID

CustomerId

int

The customer ID

Company

str

Name of the customer/company

Email

str

E-mail address

Example enquiry:
https://app.easy-feedback.com/api/v2/test

Result:

JSON
{
    "CustomerId": 1,
    "Company": "MyCompany",
    "Email": "email@mycompany.com"
}

Ready to start? Create great surveys now!