These endpoints use OAuth 2 to authenticate. More information here
Endpoint | Functionality |
---|---|
POST /api/v3/signups |
Create a signup |
GET /api/v3/signups |
Get signups |
GET /api/v3/signups/:signup_id |
Get a signup |
PATCH /api/v3/signups/:signup_id |
Update a signup |
DELETE /api/v3/signups/:signup_id |
Delete a signup |
Endpoint | Functionality |
---|---|
POST /api/v3/posts |
Create a post |
GET /api/v3/posts |
Get posts |
GET /api/v3/posts/:post_id |
Get a post |
DELETE /api/v3/posts/:post_id |
Delete a post |
PATCH /api/v3/posts/:post_id |
Update a post |
Endpoint | Functionality |
---|---|
POST /api/v3/posts/:post_id/reactions |
Create or update a Reaction |
GET /api/v3/posts/:post_id/reactions |
Get all reactions of a post |
Endpoint | Functionality |
---|---|
POST /api/v3/posts/:post_id/reviews |
Create or update a Review |
Endpoint | Functionality |
---|---|
POST /api/v3/posts/:post_id/tags |
Tag or Untag a Post |
Endpoint | Functionality |
---|---|
GET /api/v3/events |
Get all events |
Endpoint | Functionality |
---|---|
GET /api/v3/campaigns |
Get campaigns |
GET /api/v3/campaigns/:campaign_id |
Get a campaign |
Endpoint | Functionality |
---|---|
GET /api/v3/actions |
Get actions |
GET /api/v3/actions/:action_id |
Get an action |
Endpoint | Functionality |
---|---|
GET /api/v3/action-stats |
Get action stats |
Endpoint | Functionality |
---|---|
GET /api/v3/groups |
Get groups |
GET /api/v3/groups/:group_id |
Get a group |
Endpoint | Functionality |
---|---|
GET /api/v3/group-types |
Get group types |
GET /api/v3/group-types/:group_type_id |
Get a group type |
Endpoint | Functionality |
---|---|
GET /api/v3/clubs |
Get clubs |
GET /api/v3/clubs/:club_id |
Get a club |
Endpoint | Functionality |
---|---|
DELETE /api/v3/users/:user_id |
Delete a user's activity |