Skip to main content

How to get certified as a NationBuilder Developer?

These exercises are meant to show that you have a working knowledge of both API's in general and the NationBuilder API specifically.

Please send over a code sample that outlines how you might use our API to achieve one or more of the following, making sure to account for the API token refresh flow as well:

  • API Endpoint: Events
    • Create an event
    • Make a form that allows others to update that event
  • API Endpoint: People
    • Create a person
    • Update the person
    • Delete the person
  • API Endpoint: Sites + People
    • Create a site with 3 basic pages
    • Make a form that creates people
    • Display the people on the basic pages
  • API Endpoint: Surveys + Contact
    • Create a survey
    • Log a contact when someone answers a survey question

Resources

Back to top