I am searching people using this url:
https://malaysia.nationbuilder.com/api/v1/people/search?access_token=my_tokken
with header "Content-Type: application/json" and with following request body:
{"first_name":"abc"}
but it gives me error that json format is invalid
Official response from
You can accomplish this search with a cURL command wrapping your JSON into the URL. See below for the command you can run in Terminal:
curl https://malaysia.nationbuilder.com/api/v1/people/search?access_token=[my test token here] -X GET -H “Content-Type: application/json” -d ‘{"first_name":"abs"}’
Share this post
Showing 3 reactions
Sign in with