Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Netter groups API

The groups API from Netter — 4 operation(s) for groups.

Netter groups API is one of 44 APIs that Netter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include groups. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 4 paths, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://api.netter.ai.

7 operations 4 paths 7 schemas 2 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.netter.ai
Resource Areas
1

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 2 DELETE, 2 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

groups 7
GET
/api/v1/groups
List Groups
list_groups_api_v1_groups_get → 200
POST
/api/v1/groups
Create Group
create_group_api_v1_groups_post body → 201422
PATCH
/api/v1/groups/{group_id}
Update Group
update_group_api_v1_groups__group_id__patch 1 param body → 200422
DELETE
/api/v1/groups/{group_id}
Delete Group
delete_group_api_v1_groups__group_id__delete 1 param → 204422
GET
/api/v1/groups/{group_id}/members
Get Group Members
get_group_members_api_v1_groups__group_id__members_get 1 param → 200422
POST
/api/v1/groups/{group_id}/members/{user_id}
Add Group Member
add_group_member_api_v1_groups__group_id__members__user_id__post 2 params → 204422
DELETE
/api/v1/groups/{group_id}/members/{user_id}
Remove Group Member
remove_group_member_api_v1_groups__group_id__members__user_id__delete 2 params → 204422

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are GroupRead (5 properties), ValidationError (5 properties), GroupUpdate (4 properties), GroupCreate (3 properties). Each schema is shown below with its type and property counts.

ValidationError
object
5 properties 3 required
GroupMembersRead
object
3 properties 3 required
GroupUpdate
object
4 properties
HTTPValidationError
object
1 property
GroupRuleCondition
object
3 properties 3 required
GroupRead
object
5 properties 5 required
GroupCreate
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netter-groups-api-openapi.yml Raw ↑

Other APIs Netter publishes across the network.

Netter actions API
Netter api-keys API
Netter app-chat API
Netter apps API
Netter apps-query API
Netter assistant API
Netter attributes API
Netter automations API
Netter chats API
Netter companies API
Netter dashboard-chat API
Netter dashboard-data API