Skip to main content

Activity

commented on How update Call/Data Entry view fields for LIsts via API
Unfortunately our API does not currently provide the ability to do that.
posted 2014-08-20 15:39:24 -0700
commented on 500 Error with PHP OAuth
Nicole, which of your nations is this happening on?
posted 2014-08-30 11:54:15 -0700
commented on New: Test tokens
curl https://[slug].nationbuilder.com/api/v1/people/search?access_token=[my test token here] -X GET -H “Content-Type: application/json” -d ‘{"first_name":"Arion"}’

This will work for you, I think one issue you have is that the access_token should be appended to the URL.
posted 2014-03-26 09:53:34 -0700
commented on API Code Samples
Nation Snacker, thanks. I have fixed it now.
posted 2014-09-09 10:40:38 -0700
commented on Using the API from "pure" Javascript
No, Our API does not support CORS so you cant make client side calls.
posted 2015-02-11 10:26:35 -0800
commented on ID for People Tags
Eric, currently there is not a way to get the ID for a people tag.
posted 2014-09-23 14:51:41 -0700
commented on How to save access token in PHP?
Try adding your token to the end of the URL when you make the request via: fetch().
posted 2014-03-27 09:37:49 -0700
commented on Pagination on the API returns different results in production vs. testing environments
edit: ’maintaing support for existing apps using the legacy pagination and giving them the option of upgrading (as opposed to just forcing it by dropping support).
posted 2014-12-10 14:04:28 -0800
commented on API: DELETE /lists/:list_id/listings/:person_id => 404 response for person in the list.
Andre, thank you for reporting this error; we are currently looking into it and I will update you with an ETA for a fix ASAP.
posted 2014-05-29 10:08:50 -0700
commented on People Create Endpoint and PHP. posted 2014-08-14 10:59:44 -0700
commented on Webhhok support
We do have web hooks and a donations endpoint so I don’t see an issue with the first part.
You cant trigger emails via our API so you will need a work around for that.
posted 2015-01-12 10:33:09 -0800