# NeetoForm API > NeetoForm API docs guide to manage forms from external channels ## Docs - [List forms](https://apidocs.neetoform.com/api-reference-v1/forms/list.md): List all forms. - [List submissions](https://apidocs.neetoform.com/api-reference-v1/submissions/list.md): List all submissions for a form. - [Add team members](https://apidocs.neetoform.com/api-reference-v1/team-members/add.md): Add team members. - [List team members](https://apidocs.neetoform.com/api-reference-v1/team-members/list.md): List all team members. - [Remove team members](https://apidocs.neetoform.com/api-reference-v1/team-members/remove.md): Remove team members by email. - [Update team member](https://apidocs.neetoform.com/api-reference-v1/team-members/update.md): Update a team member. - [List forms](https://apidocs.neetoform.com/api-reference/forms/list.md): List all forms. - [List submissions](https://apidocs.neetoform.com/api-reference/submissions/list.md): List all submissions for a form. - [Add team members](https://apidocs.neetoform.com/api-reference/team-members/add.md): Add team members. - [List team members](https://apidocs.neetoform.com/api-reference/team-members/list.md): List all team members. - [Remove team member](https://apidocs.neetoform.com/api-reference/team-members/remove.md): Remove a team member by ID. - [Update team member](https://apidocs.neetoform.com/api-reference/team-members/update.md): Update a team member. - [Authentication](https://apidocs.neetoform.com/getting-started/authentication.md): Learn how to authenticate your requests to the NeetoForm API using API keys. - [Getting the Form ID](https://apidocs.neetoform.com/getting-started/getting-form-id.md): Understand how to retrieve form IDs for use in your API calls. - [Identifying subdomain](https://apidocs.neetoform.com/getting-started/identifying-subdomain.md): Learn how to identify your workspace subdomain for API requests. - [Introduction](https://apidocs.neetoform.com/getting-started/introduction.md): Welcome to the NeetoForm API documentation. Learn how to integrate forms into your applications. - [Pagination](https://apidocs.neetoform.com/getting-started/pagination.md): Learn how to handle paginated responses in the NeetoForm API. - [Quickstart](https://apidocs.neetoform.com/getting-started/quickstart.md): Get started with the NeetoForm API in minutes. Make your first API call and retrieve your forms. You should have your [API key](/getting-started/authentication) & [subdomain](/getting-started/identifying-subdomain) ready with you. - [HTTP Response Codes](https://apidocs.neetoform.com/getting-started/response-codes.md): Understand the HTTP status codes returned by the NeetoForm API. ## OpenAPI Specs - [team-members](https://apidocs.neetoform.com/bundled/team-members.yaml) - [submissions](https://apidocs.neetoform.com/bundled/submissions.yaml) - [forms](https://apidocs.neetoform.com/bundled/forms.yaml) - [openapi](https://apidocs.neetoform.com/api-reference/openapi.json)