List surveys
Last updated on
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
page?integer
per_page?integer
Response Body
application/json
curl -X GET "https://example.com/surveys"{
"data": [
{
"id": "string",
"title": "string",
"status": "draft",
"created_at": "2019-08-24T14:15:22Z"
}
],
"meta": {
"total": 0,
"page": 0,
"per_page": 0,
"pages": 0
}
}Empty