Checking session…
| Slug | Title | Meta Description | Template | Last Modified | |
|---|---|---|---|---|---|
| From Path | To Path | Status | Created | |
|---|---|---|---|---|
Deploys the latest version of the site to Netlify. Use this after adding pages or redirects via the API to make changes live. A typical build takes 2–4 minutes.
Share these details with your developer or integration partner to connect to the site API.
Loading… •••••••••••••••• | Method | Path | Description |
|---|---|---|
| GET | /api/pages | List all pages |
| POST | /api/pages | Create a page |
| GET | /api/pages/:slug | Get a page (inc. body) |
| PATCH | /api/pages/:slug | Update a page |
| GET | /api/redirects | List all redirects |
| POST | /api/redirects | Add a redirect |
| DELETE | /api/redirects/:id | Remove a redirect |
| POST | /api/deploy | Trigger Netlify rebuild |
All requests require Authorization: Bearer <API_KEY>