--- title: 'Netlify' description: 'Deploy sites, manage DNS, and configure build hooks with the Netlify API.' --- # Netlify Deploy sites, manage DNS, and configure build hooks with the Netlify API. | Detail | Value | |---|---| | Category | Cloud & Infra | | Base URL | `https://api.netlify.com/api/v1` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `netlify` | ## Using Netlify in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Netlify** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /sites](./get_sites_hosting_listsites) | List all sites | | [GET /sites/{site_id}](./get_sites_site_id_hosting_getsite) | Get a site by ID | | [POST /sites](./post_sites_hosting_createsite) | Create a new site | | [GET /sites/{site_id}/deploys](./get_sites_site_id_deploys_hosting_listdeploys) | List deploys for a site | | [POST /hooks](./post_hooks_hosting_createhook) | Create a notification hook | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.