Netlify is a hosting service for the programmable web. It understands your documents and provides an API to handle atomic deploys of websites, manage form submissions, inject JavaScript snippets, and much more. This is a REST-style API that uses JSON for serialization and OAuth 2 for authentication.
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ /user
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ /hooks
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ /sites