Socie
Socie's REST API supports API Key authentication. The API Key can be created from Settings -> API on your community app management console.
101 subscribers
8.5/10 popularity
43 ms avg latency
100% success rate
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Socie endpoints
| Method | Endpoint | Description |
|---|---|---|
| Members | ||
| GET |
Get Members /api/v1/members |
Retrieve all or some members of your community. |
| GET |
Get Member /api/v1/members/{identifier} |
Return a specific member. To do this, you need the `externalId` you gave the member when you created it or the `id` provided by Socie. |
| POST |
Add Member /api/v1/members |
Add a new member to your community. |
| POST |
Bulk Add Members /api/v1/members/_bulk |
Create multiple members at once. |
| PATCH |
Update Member /api/v1/members/{identifier} |
Update the information for a single member. To do this, you need the `externalId` you gave the member when you created it or the `id` provided by Socie. |
| DELETE |
Delete Member /api/v1/members/{identifier} |
Delete the member based on their identifier. To do this, you need the `externalId` you gave the member when you created it or the `id` provided by Socie. |
| Groups | ||
| GET |
Get groups /api/v1/groups |
Retrieve all or some groups of your community. |
Socie pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / hour |
|