Netlify integration (Developer Tools). Imported from open-connector.
https://api.netlify.com/api/v1/user
/accounts
/accounts/{accountId}
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The Netlify account ID. |
/sites
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page of results to return. |
| perPage | integer | optional | How many results to return per page. |
| name | string | optional | Only return sites whose name matches this value. |
| filter | string | optional | Which Netlify sites to include in the result. |
/sites/{siteId}
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The Netlify site ID or site name. |
/sites/{siteId}/deploys
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The Netlify site ID or site name. |
| page | integer | optional | The page of results to return. |
| perPage | integer | optional | How many results to return per page. |
/deploys/{deployId}
| Param | Type | Required | Description |
|---|---|---|---|
| deployId | string | required | The Netlify deploy ID. |
/deploys/{deployId}/cancel
| Param | Type | Required | Description |
|---|---|---|---|
| deployId | string | required | The Netlify deploy ID. |
/deploys/{deployId}/lock
| Param | Type | Required | Description |
|---|---|---|---|
| deployId | string | required | The Netlify deploy ID. |
/deploys/{deployId}/unlock
| Param | Type | Required | Description |
|---|---|---|---|
| deployId | string | required | The Netlify deploy ID. |
/sites/{siteId}/deploys
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The Netlify site ID or site name. |
| zipUrl | string | required | The public HTTP or HTTPS URL of a zip file containing the site files. For local… |
| title | string | optional | The title to attach to the deploy. |
/deploys/{deployId}/files/{path}
| Param | Type | Required | Description |
|---|---|---|---|
| deployId | string | required | The Netlify deploy ID. |
| path | string | required | The deploy-relative file path to upload, such as index.html. |
| fileUrl | string | required | The public HTTP or HTTPS URL whose bytes should be uploaded. For local files, u… |
/builds/{buildId}
| Param | Type | Required | Description |
|---|---|---|---|
| buildId | string | required | The Netlify build ID. |
/builds/{buildId}/start
| Param | Type | Required | Description |
|---|---|---|---|
| buildId | string | required | The Netlify build ID. |
/sites/{siteId}/forms
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The Netlify site ID or site name. |
/sites/{siteId}/submissions
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The Netlify site ID or site name. |
| formId | string | optional | The Netlify form ID. |
| page | integer | optional | The page of results to return. |
| perPage | integer | optional | How many results to return per page. |
/submissions/{submissionId}
| Param | Type | Required | Description |
|---|---|---|---|
| submissionId | string | required | The Netlify form submission ID. |