get https://neon-loyalty-qa.spika.com/loyalty/v1//forms//members
It is also possible to query by specific fields in the form,
by adding the attributes qry_, for example
.../forms?qry_email=*@gmail.com&qry_postcode=A1000..A2000
Response
It is also possible to query by specific fields in the form,
by adding the attributes qry_, for example
.../forms?qry_email=*@gmail.com&qry_postcode=A1000..A2000
xxxxxxxxxx
curl --request GET \
--url 'https://neon-loyalty-qa.spika.com/loyalty/v1/space/forms/formLookupId/members?page=0&pageSize=100&sort=created' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: