Go to

REST API

SurveyLab allows you to access your data with the REST API interface. Access to API is available with a secure connection (SSL / HTTPS) and requires a token. Data are available in JSON format. User authentication is done with JWT.

NOTE. In order to use the API, you will need a clientId and a clientSecret. This information is provided on request. To get it, please contact us.

List of available requests

For more information, check our new API developer documentation.

Status codes

The statuses are returned using the standard HTTP error code syntax.

CodeDescription
200OK. The request was successful.
400Bad request. The request was incorrect. Invalid API token.
401Unauthorized. You attempt to authenticate with an invalid username or API key.
404Not Found. The resource doesn’t exist.
429Too many requests.
500Internal Server Error. Please try again or contact our support.

Related pages