Skip to content
Download OpenAPI description
Languages
Servers
Mock server
https://docs.wellesley.social/_mock/openapi/
Simple setup, all in one. Digital Ocean
https://dust.allroads.social/
Simple setup, db is separate. Digital Ocean
https://meteor.allroads.social/

AI Agents

Assign and list group AI agent assignments

Operations

Accounts

Account management and authentication endpoints. Handles user registration, login flows (email/phone), profile management, and account lifecycle operations. Supports multi-step signup with email/SMS verification, CAPTCHA, and optional admin approval.

Operations

ActivityPub

WebFinger endpoint for ActivityPub user discovery and federation

Addresses

Endpoints for suggesting and validating physical addresses

Operations

Admin

Development and testing endpoints for populating the database with test data

Admin Accounts

Administrative endpoints for account and user management. Provides comprehensive tools for managing user accounts, including creation, deletion, role assignment, password management, state changes, and user impersonation for bot accounts.

Operations

Admin ActivityPub

Administrative endpoints for ActivityPub

Operations

Admin Audit

Administrative endpoints for viewing and managing audit logs. Provides comprehensive logging of all security-relevant actions performed in the system.

Operations

Admin Domain Blocks

Administrative APIs for managing domain blocks. Provides endpoints to block specific domains with different severity levels (SUSPEND, LIMIT, NOOP), update existing blocks, unblock domains, and list currently blocked domains. Domain blocks prevent or limit federation with specified domains.

Operations

Admin Domains Allow List

Administrative endpoints for managing domain allowlists. When domain allowlisting is enabled, only domains in this list can federate with the instance.

Operations

Admin Email Allow List

Administrative endpoints for managing email domain allowlist used for registrations.

Operations

Admin Email Blocks

Administrative APIs for managing email blocks to prevent unwanted signups. Supports blocking specific email addresses and entire domains. Email blocks are automatically normalized and checked during user registration.

Operations

Admin Federation Metrics

Administrative endpoints for monitoring and managing federation with other ActivityPub instances. Provides metrics on connected domains, user counts, post statistics, and federation health monitoring.

Operations

Admin Feeds

Administrative endpoints for managing user feeds and cache

Operations

Admin Groups

Administrative endpoints for Groups management

Operations

Request

Administrative search for groups with multiple filter criteria. Filters include member user/account linkage, group name, domain, privacy, visibility, and join mode. Returns groups regardless of visibility/privacy.

RBAC:

  • requires ANY of Users.Read, Users.Manage
Query
accountIdstring or null

Account ID of any group member

Example: accountId=us_01hxcvk1hjexere4pvtrj0ymqq
displayNamestring or null

Display name of the group

domainstring or null

Group domain (remote groups)

emailstring or null

Member account email

joinModestring or null

Group join mode

Enum"OPEN""APPROVAL""INVITE_ONLY"
lastIdstring or null

Get older records (records with IDs less than this value) Alias maxId/max_id

Example: lastId=?lastId=${data.last().id}
limitinteger or null(int32)
offsetinteger or null(int32)
privacystring or null

Group privacy

Enum"PUBLIC""PRIVATE"
sortBystring or null
sortOrderstring or null
untilIdstring or null

Get newer records (records with IDs greater than this value) Alias minId/min_id

Example: untilId=?untilId=${data.first().id}
userIdstring or null

User ID of any group member

Example: userId=us_01hxcvk1hjexere4pvtrj0ymqq
usernamestring or null

Group username (groupname)

visibilitystring or null

Group visibility

Enum"VISIBLE""UNLISTED""HIDDEN"
curl -i -X GET \
  'https://docs.wellesley.social/_mock/openapi/api/v1/admin/groups/search?accountId=us_01hxcvk1hjexere4pvtrj0ymqq&displayName=string&domain=string&email=string&joinMode=OPEN&lastId=%3FlastId%3D%24{data.last%28%29.id}&limit=0&offset=0&privacy=PUBLIC&sortBy=string&sortOrder=string&untilId=%3FuntilId%3D%24{data.first%28%29.id}&userId=us_01hxcvk1hjexere4pvtrj0ymqq&username=string&visibility=VISIBLE'

Responses

List of groups matching filters

Bodyapplication/jsonArray [
metaobjectrequired

group metadata including color

meta.​colorstringrequired

Group color in HEX format

privacystringrequired
  • PUBLIC - Open Content. Content and membership are viewable by anyone.
  • PRIVATE - Members-Only Content. Outsiders cannot see posts or members unless they join.
Enum"PUBLIC""PRIVATE"
visibilitystringrequired
  • VISIBLE - The group is listed openly. It shows up in search results or directory listings.
  • UNLISTED - The group does not appear in public lists but is accessible via direct link.
  • HIDDEN - The group is completely hidden and invite-only. Shared links will return 404 for non-members.
Enum"VISIBLE""UNLISTED""HIDDEN"
joinModestringrequired
  • OPEN - Anyone can join the group immediately without approval.
  • APPROVAL - User requests must be approved by a group admin or moderator.
  • INVITE_ONLY - Only users with an invitation from a member can join.
Enum"OPEN""APPROVAL""INVITE_ONLY"
locationobject or null

group's location

timezoneobject or null

group's timezone

groupIdstringrequired

internal id of this group

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
groupNamestringrequired

unique group name

domainstringrequired

group's domain, remote only, empty for local

displayNamestringrequired

full name of the group

summarystringrequired

Group description

uristring(uri)required

URI of this group

publicKeystringrequired

Group's public key for ActivityPub

privateKeystring or null

Group's private key for ActivityPub

forumIdstring or null

ID of the forum associated with this group

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
statsobjectrequired

Group statistics

stats.​property name*anyadditional property
fieldsobjectrequired

Custom fields for the group

fields.​property name*object(UserField)additional property
typestringrequired

the type of this group

Enum"CHANNEL""INTEREST_GROUP""ORGANIZATION"
membersUrlstringrequired

URL to group members

bannerobject or null

Group's header/banner upload

avatarobject or null

Group's avatar

deletedAtstring or null(date-time)

Group deletion timestamp

Example: "2022-03-10T16:15:50Z"
createdAtstring(date-time)required

Group's creation timestamp

Example: "2022-03-10T16:15:50Z"
updatedAtstring(date-time)required

Group's last update timestamp

Example: "2022-03-10T16:15:50Z"
membersCountinteger(int32)

Cached count of active members in the group

]
Response
application/json
[ { "meta": { … }, "privacy": "PUBLIC", "visibility": "VISIBLE", "joinMode": "OPEN", "location": { … }, "timezone": { … }, "groupId": "us_01hxcvk1hjexere4pvtrj0ymqq", "groupName": "string", "domain": "string", "displayName": "string", "summary": "string", "uri": "http://example.com", "publicKey": "string", "privateKey": "string", "forumId": "us_01hxcvk1hjexere4pvtrj0ymqq", "stats": { … }, "fields": { … }, "type": "CHANNEL", "membersUrl": "string", "banner": { … }, "avatar": { … }, "deletedAt": "2022-03-10T16:15:50Z", "createdAt": "2022-03-10T16:15:50Z", "updatedAt": "2022-03-10T16:15:50Z", "membersCount": 0 } ]

Get all groups where specified user has at least one of the specified roles

Request

RBAC:

  • requires ANY of Users.Read, Users.Manage
Path
userIdstring(TypeId)required

The user ID to query groups for

Example: us_01hxcvk1hjexere4pvtrj0ymqq
Query
lastIdstring or null

Get older records (records with IDs less than this value) Alias maxId/max_id

Example: lastId=?lastId=${data.last().id}
limitinteger or null(int32)
offsetinteger or null(int32)
rolesArray of stringsrequired

List of group roles to filter by

sortBystring or null
sortOrderstring or null
statusstring

Group member status filter. Defaults to MEMBER

Default "MEMBER"
Enum"INVITED""MEMBER""PENDING"
untilIdstring or null

Get newer records (records with IDs greater than this value) Alias minId/min_id

Example: untilId=?untilId=${data.first().id}
curl -i -X GET \
  'https://docs.wellesley.social/_mock/openapi/api/v1/admin/groups/user/us_01hxcvk1hjexere4pvtrj0ymqq?lastId=%3FlastId%3D%24{data.last%28%29.id}&limit=0&offset=0&roles=string&sortBy=string&sortOrder=string&status=MEMBER&untilId=%3FuntilId%3D%24{data.first%28%29.id}'

Responses

List of groups with user's role information

Bodyapplication/jsonArray [
groupIdstringrequired

ID of the group

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
namestringrequired

Name of the group

displayNamestringrequired

Display name of the group

summarystringrequired

Description of the group

avatarobject or null

Avatar upload for the group

headerobject or null

Header/banner upload for the group

metaobjectrequired

Group metadata including color

meta.​colorstringrequired

Group color in HEX format

pininteger or null(int32)

Pin order number if pinned (null if not pinned)

isOwnerbooleanrequired

Whether user is the owner of this group

canManagebooleanrequired

Whether user can manage this group (OWNER, ADMIN, or MODERATOR)

rolestring or null

User's role in this group (owner, admin, moderator, member, viewer)

createdAtstring(date-time)required

When the group was created (for sorting)

Example: "2022-03-10T16:15:50Z"
]
Response
application/json
[ { "groupId": "us_01hxcvk1hjexere4pvtrj0ymqq", "name": "string", "displayName": "string", "summary": "string", "avatar": { … }, "header": { … }, "meta": { … }, "pin": 0, "isOwner": true, "canManage": true, "role": "string", "createdAt": "2022-03-10T16:15:50Z" } ]

Get groups that were created by the specified account (any user from the account is the owner)

Request

RBAC:

  • requires ANY of Users.Read, Users.Manage
Path
accountIdstring(TypeId)required

The account id

Example: us_01hxcvk1hjexere4pvtrj0ymqq
Query
lastIdstring or null

Get older records (records with IDs less than this value) Alias maxId/max_id

Example: lastId=?lastId=${data.last().id}
limitinteger or null(int32)
offsetinteger or null(int32)
sortBystring or null
sortOrderstring or null
untilIdstring or null

Get newer records (records with IDs greater than this value) Alias minId/min_id

Example: untilId=?untilId=${data.first().id}
curl -i -X GET \
  'https://docs.wellesley.social/_mock/openapi/api/v1/admin/groups/us_01hxcvk1hjexere4pvtrj0ymqq?lastId=%3FlastId%3D%24{data.last%28%29.id}&limit=0&offset=0&sortBy=string&sortOrder=string&untilId=%3FuntilId%3D%24{data.first%28%29.id}'

Responses

OK

Bodyapplication/jsonArray [
metaobjectrequired

group metadata including color

meta.​colorstringrequired

Group color in HEX format

privacystringrequired
  • PUBLIC - Open Content. Content and membership are viewable by anyone.
  • PRIVATE - Members-Only Content. Outsiders cannot see posts or members unless they join.
Enum"PUBLIC""PRIVATE"
visibilitystringrequired
  • VISIBLE - The group is listed openly. It shows up in search results or directory listings.
  • UNLISTED - The group does not appear in public lists but is accessible via direct link.
  • HIDDEN - The group is completely hidden and invite-only. Shared links will return 404 for non-members.
Enum"VISIBLE""UNLISTED""HIDDEN"
joinModestringrequired
  • OPEN - Anyone can join the group immediately without approval.
  • APPROVAL - User requests must be approved by a group admin or moderator.
  • INVITE_ONLY - Only users with an invitation from a member can join.
Enum"OPEN""APPROVAL""INVITE_ONLY"
locationobject or null

group's location

timezoneobject or null

group's timezone

groupIdstringrequired

internal id of this group

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
groupNamestringrequired

unique group name

domainstringrequired

group's domain, remote only, empty for local

displayNamestringrequired

full name of the group

summarystringrequired

Group description

uristring(uri)required

URI of this group

publicKeystringrequired

Group's public key for ActivityPub

privateKeystring or null

Group's private key for ActivityPub

forumIdstring or null

ID of the forum associated with this group

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
statsobjectrequired

Group statistics

stats.​property name*anyadditional property
fieldsobjectrequired

Custom fields for the group

fields.​property name*object(UserField)additional property
typestringrequired

the type of this group

Enum"CHANNEL""INTEREST_GROUP""ORGANIZATION"
membersUrlstringrequired

URL to group members

bannerobject or null

Group's header/banner upload

avatarobject or null

Group's avatar

deletedAtstring or null(date-time)

Group deletion timestamp

Example: "2022-03-10T16:15:50Z"
createdAtstring(date-time)required

Group's creation timestamp

Example: "2022-03-10T16:15:50Z"
updatedAtstring(date-time)required

Group's last update timestamp

Example: "2022-03-10T16:15:50Z"
membersCountinteger(int32)

Cached count of active members in the group

]
Response
application/json
[ { "meta": { … }, "privacy": "PUBLIC", "visibility": "VISIBLE", "joinMode": "OPEN", "location": { … }, "timezone": { … }, "groupId": "us_01hxcvk1hjexere4pvtrj0ymqq", "groupName": "string", "domain": "string", "displayName": "string", "summary": "string", "uri": "http://example.com", "publicKey": "string", "privateKey": "string", "forumId": "us_01hxcvk1hjexere4pvtrj0ymqq", "stats": { … }, "fields": { … }, "type": "CHANNEL", "membersUrl": "string", "banner": { … }, "avatar": { … }, "deletedAt": "2022-03-10T16:15:50Z", "createdAt": "2022-03-10T16:15:50Z", "updatedAt": "2022-03-10T16:15:50Z", "membersCount": 0 } ]

Get group's forum categories (admin)

Request

RBAC:

  • requires ANY of Users.Read, Users.Manage
Path
groupIdstring(TypeId)required

Group ID

Example: us_01hxcvk1hjexere4pvtrj0ymqq
Query
lastIdstring or null

Get older records (records with IDs less than this value) Alias maxId/max_id

Example: lastId=?lastId=${data.last().id}
limitinteger or null(int32)
offsetinteger or null(int32)
sortBystring or null
sortOrderstring or null
untilIdstring or null

Get newer records (records with IDs greater than this value) Alias minId/min_id

Example: untilId=?untilId=${data.first().id}
curl -i -X GET \
  'https://docs.wellesley.social/_mock/openapi/api/v1/admin/groups/us_01hxcvk1hjexere4pvtrj0ymqq/categories?lastId=%3FlastId%3D%24{data.last%28%29.id}&limit=0&offset=0&sortBy=string&sortOrder=string&untilId=%3FuntilId%3D%24{data.first%28%29.id}'

Responses

List of forum categories

Bodyapplication/jsonArray [
idstring(TypeId)required

UUID with type prefix

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
forumIdstring(TypeId)required

UUID with type prefix

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
namestringrequired
displayNamestringrequired
descriptionstringrequired
metaobject(CategoryMeta)required

Category additional data

meta.​colorstringrequired

Category color in HEX format

Example: "#FF5733"
tagsAllowedArray of stringsuniquerequired
]
Response
application/json
[ { "id": "us_01hxcvk1hjexere4pvtrj0ymqq", "forumId": "us_01hxcvk1hjexere4pvtrj0ymqq", "name": "string", "displayName": "string", "description": "string", "meta": { … }, "tagsAllowed": [ … ] } ]

Get all channels for a group (admin)

Request

RBAC:

  • requires ANY of Users.Read, Users.Manage
Path
groupIdstring(TypeId)required

Group ID

Example: us_01hxcvk1hjexere4pvtrj0ymqq
curl -i -X GET \
  https://docs.wellesley.social/_mock/openapi/api/v1/admin/groups/us_01hxcvk1hjexere4pvtrj0ymqq/channels

Responses

List of group channels

Bodyapplication/jsonArray [
groupUserNamestring or null

Name of the channel inside a group

idstringrequired

internal id of this user

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
usernamestringrequired

unique user name

Example: "john_smith"
domainstringrequired

user's domain, remote only, empty for local

Example: "wlsly1.net"
displayNamestringrequired

full name of the user

Example: "John Smith"
uristring(uri)required

URI of this user

Example: "https://wlsly1.net/users/john_smith"
avatarobject or null

User's avatar

createdAtstring(date-time)(Instant)required
Example: "2022-03-10T16:15:50Z"
deletedboolean or null
statestringrequired

Registration mode:

  • REGULAR - just regular state
  • SENSITIVE - all media attachments are flagged as sensitive, i.e. all user's posts should be marked as sensitive, old posts and all future ones.
  • LIMITED - all user's old and future posts should be set maximum to followers only unless user set it to direct himself. non-followers should not be notified, i.e. if user mentions non-follower we do not create notification.
  • SUSPENDED - User can login, but cannot do anything in his account except to read, cannot change anything, cannot create new posts or comments etc. All his posts are marked as deleted, but we do not delete them just yet. User is scheduled to be deleted in one month. During this month it is possible to restore it via admin.
Enum"REGULAR""SENSITIVE""LIMITED""SUSPENDED"
relationshipobject or null

Relationship with this user

channelboolean

Whether this is a channel or a user

groupIdstring or null

UUID with type prefix

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
groupPrivacystring or null
  • PUBLIC - Channel is visible to everyone and can be followed by anyone.
  • PRIVATE - Channel is visible only to group members and can only be followed by group members.
Enum"PUBLIC""PRIVATE"
groupMainboolean or null
groupDefaultboolean or null
actorTypestring or null

Types that an Actor can be assigned. Coincide with ActivityPub Actor types:

  • APPLICATION: Apps will have this type
  • GROUP: Interest Groups and Generic Groups wil have this type
  • ORGANIZATION: Formal Organizations such as Companies, Institutions, etc. will have this type
  • PERSON: Individual people will have this type
  • SERVICE: Bots, Services, and other automated tools which are not also Apps will have this type
Enum"Application""Group""Organization""Person""Service"
]
Response
application/json
[ { "groupUserName": "string", "id": "us_01hxcvk1hjexere4pvtrj0ymqq", "username": "john_smith", "domain": "wlsly1.net", "displayName": "John Smith", "uri": "https://wlsly1.net/users/john_smith", "avatar": { … }, "createdAt": "2022-03-10T16:15:50Z", "deleted": true, "state": "REGULAR", "relationship": { … }, "channel": true, "groupId": "us_01hxcvk1hjexere4pvtrj0ymqq", "groupPrivacy": "PUBLIC", "groupMain": true, "groupDefault": true, "actorType": "Application" } ]

Request

RBAC:

  • requires ANY of Users.Read, Users.Manage
Path
groupIdstring(TypeId)required

Group ID

Example: us_01hxcvk1hjexere4pvtrj0ymqq
Query
lastIdstring or null

Get older records (records with IDs less than this value) Alias maxId/max_id

Example: lastId=?lastId=${data.last().id}
limitinteger or null(int32)
offsetinteger or null(int32)
sortBystring or null
sortOrderstring or null
untilIdstring or null

Get newer records (records with IDs greater than this value) Alias minId/min_id

Example: untilId=?untilId=${data.first().id}
withTranslationstring or null

Include translation

Enum"BG""CS""DA""DE""EL""EN""ES""ET""FI""FR"
curl -i -X GET \
  'https://docs.wellesley.social/_mock/openapi/api/v1/admin/groups/us_01hxcvk1hjexere4pvtrj0ymqq/events?lastId=%3FlastId%3D%24{data.last%28%29.id}&limit=0&offset=0&sortBy=string&sortOrder=string&untilId=%3FuntilId%3D%24{data.first%28%29.id}&withTranslation=BG'

Responses

List of group-owned events

Bodyapplication/jsonArray [
idstringrequired

Internal event id

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
uristring(uri)required

Unique event uri

groupIdstring or nullrequired

Group id

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
namestringrequired

Event's name

startTimestring(date-time)required

Event's start time

Example: "2022-03-10T16:15:50Z"
endTimestring or null(date-time)

Event's end time

Example: "2022-03-10T16:15:50Z"
ianaTimeZonestring or null

Event's IANA time zone

timeZoneOffsetSecondsinteger(int32)required

Event's time zone offset (in seconds)

descriptionstring or null

Event's Markdown description (absent for non-local events)

descriptionHtmlstring or null

Event's HTML description

urlstring or null(uri)

Event's virtual location URL

addressIdinteger or null(int32)

Event's address id

tagsArray of strings or null

Event's tags

mentionsArray of strings or null(uri)

Event's mentions

statsobjectrequired

Stats

stats.​interestsinteger(int32)
stats.​joinsinteger(int32)
statusstringrequired

Event status

Enum"CONFIRMED""CANCELLED"
Example: "CONFIRMED"
attendeeStatusstring or null

Event attendee statuses

  • INVITED - a user has been invited to an event (for private events only).
  • JOINED - a user has joined and thus attending an event.
  • JOINED_TENTATIVELY - a user has tentatively joined / show an interest in an event.
  • REJECTED - a user has rejected an event invitation, and won't attend an event (for private events only).
Enum"INVITED""JOINED""JOINED_TENTATIVELY""REJECTED"
Example: "INVITED"
commentCountinteger or null(int32)

Event comment count

privacystring(PostPrivacy)required

Privacy levels for posts:

  • PUBLIC - post is visible to anyone, including people who are not logged in and those who do not follow the user. It appears in the public timelines (home, local, and federated).
  • UNLISTED - post is visible to anyone who visits the user's profile, but it does not appear in public timelines. Only followers and those who visit the user's profile directly can see it.
  • PRIVATE - post is only visible to the user's followers. It does not appear in public timelines or on the user's profile for non-followers.
  • DIRECT - post is visible only to the mentioned users. It functions like a direct message and is not visible on public timelines, the user's profile, or to followers.
  • FOLLOW_POST - comment only. Follow parent post visibility
Enum"PUBLIC""UNLISTED""PRIVATE""DIRECT""FOLLOW_POST"
translationobject or null

Event translation

createdAtstring(date-time)(Instant)required
Example: "2022-03-10T16:15:50Z"
updatedAtstring(date-time)(Instant)required
Example: "2022-03-10T16:15:50Z"
deletedAtstring or null(date-time)
Example: "2022-03-10T16:15:50Z"
langstring or null
Enum"BG""CS""DA""DE""EL""EN""ES""ET""FI""FR"
organizerobject(User)required

One of account's users. Can be multiple per account

organizer.​groupUserNamestring or null

Name of the channel inside a group

organizer.​idstringrequired

internal id of this user

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
organizer.​usernamestringrequired

unique user name

Example: "john_smith"
organizer.​domainstringrequired

user's domain, remote only, empty for local

Example: "wlsly1.net"
organizer.​displayNamestringrequired

full name of the user

Example: "John Smith"
organizer.​uristring(uri)required

URI of this user

Example: "https://wlsly1.net/users/john_smith"
organizer.​avatarobject or null

User's avatar

organizer.​createdAtstring(date-time)(Instant)required
Example: "2022-03-10T16:15:50Z"
organizer.​deletedboolean or null
organizer.​statestringrequired

Registration mode:

  • REGULAR - just regular state
  • SENSITIVE - all media attachments are flagged as sensitive, i.e. all user's posts should be marked as sensitive, old posts and all future ones.
  • LIMITED - all user's old and future posts should be set maximum to followers only unless user set it to direct himself. non-followers should not be notified, i.e. if user mentions non-follower we do not create notification.
  • SUSPENDED - User can login, but cannot do anything in his account except to read, cannot change anything, cannot create new posts or comments etc. All his posts are marked as deleted, but we do not delete them just yet. User is scheduled to be deleted in one month. During this month it is possible to restore it via admin.
Enum"REGULAR""SENSITIVE""LIMITED""SUSPENDED"
organizer.​relationshipobject or null

Relationship with this user

organizer.​channelboolean

Whether this is a channel or a user

organizer.​groupIdstring or null

UUID with type prefix

Example: "us_01hxcvk1hjexere4pvtrj0ymqq"
organizer.​groupPrivacystring or null
  • PUBLIC - Channel is visible to everyone and can be followed by anyone.
  • PRIVATE - Channel is visible only to group members and can only be followed by group members.
Enum"PUBLIC""PRIVATE"
organizer.​groupMainboolean or null
organizer.​groupDefaultboolean or null
organizer.​actorTypestring or null

Types that an Actor can be assigned. Coincide with ActivityPub Actor types:

  • APPLICATION: Apps will have this type
  • GROUP: Interest Groups and Generic Groups wil have this type
  • ORGANIZATION: Formal Organizations such as Companies, Institutions, etc. will have this type
  • PERSON: Individual people will have this type
  • SERVICE: Bots, Services, and other automated tools which are not also Apps will have this type
Enum"Application""Group""Organization""Person""Service"
coverobject or null

Uploaded file

addressobject or null

Address variant

emojisArray of objects or null(Emoji)
]
Response
application/json
[ { "id": "us_01hxcvk1hjexere4pvtrj0ymqq", "uri": "http://example.com", "groupId": "us_01hxcvk1hjexere4pvtrj0ymqq", "name": "string", "startTime": "2022-03-10T16:15:50Z", "endTime": "2022-03-10T16:15:50Z", "ianaTimeZone": "string", "timeZoneOffsetSeconds": 0, "description": "string", "descriptionHtml": "string", "url": "http://example.com", "addressId": 0, "tags": [ … ], "mentions": [ … ], "stats": { … }, "status": "CONFIRMED", "attendeeStatus": "INVITED", "commentCount": 0, "privacy": "PUBLIC", "translation": { … }, "createdAt": "2022-03-10T16:15:50Z", "updatedAt": "2022-03-10T16:15:50Z", "deletedAt": "2022-03-10T16:15:50Z", "lang": "BG", "organizer": { … }, "cover": { … }, "address": { … }, "emojis": [ … ] } ]

Admin Init

Administration endpoints for system initialization and updates

Admin Posts

Administrative endpoints for managing posts. Provides moderation capabilities to delete posts that violate community guidelines or are part of reported content.

Operations

Admin Reports

Administrative endpoints for managing user reports and moderation. Provides tools for reviewing, assigning, resolving, and annotating reports about users, posts, and groups. Supports workflow management with assignment, notes, and resolution tracking.

Operations

Admin Signup Requests

Administrative endpoints for managing user signup requests. Provides tools for reviewing, approving, rejecting, and managing signup requests in moderation queue. Supports workflow for manual account approval when enabled.

Operations

Admin Uploads

Administrative endpoints for managing file uploads and media storage. Provides tools for monitoring user storage usage, searching uploaded files, and managing upload processing jobs. Supports queue management for async upload processing workflows.

Operations

Aliases

Endpoints for managing previous usernames and username aliases

Operations

Application Data

Endpoints for managing application-specific data storage. Provides a flexible key-value storage system for applications to store custom data associated with users, groups, or the platform. Supports tagging, filtering, and ownership-based access control.

Operations

Applications

Endpoints for serving and routing platform applications to users

Operations

Blocks

User blocking functionality for preventing interaction with specific users. Blocking a user prevents them from following you, seeing your posts, or interacting with your content. Block operations are federated to remote servers when blocking remote users.

Operations

Categories

Endpoints for managing forum-specific categories

Operations

Domain Blocks

Public API for listing domains blocked by this instance. Visibility and reason details are controlled by platform settings.

Operations

Domain-blocks

Endpoints for managing user-level domain blocks to filter content from specific servers

Operations

Drafts

Endpoints for creating, reading, updating, and deleting drafts, as well as publishing them to posts

Operations

Email

Email address management for user accounts. Provides secure email change workflow with verification codes, password confirmation, and notification system. All email changes require authentication and are logged for security.

Operations

Emoji

Custom emoji management system for the platform. Supports creating, uploading, importing/exporting, searching, and deleting custom emojis. Emojis are automatically resized and optimized. Admin-only operations require Emojis.Manage permission.

Operations

Events

Endpoints for creating, retrieving, and managing events and attendees

Operations

Events ActivityPub

ActivityPub-compatible endpoint for events

Follow

User follow relationship management. Handles following/unfollowing users, managing follow requests, and querying follower/followee relationships. Supports both local and remote (federated) users with ActivityPub protocol integration.

Operations

Forums

Endpoints for managing discussion forums, including creation, retrieval, and deletion

Operations

Geo

Endpoints for geographic location lookup and timezone services

Operations

Group Applications

Endpoints for managing applications available to groups, including listing, adding, and removing group-specific applications

Operations

Group Channels

API endpoints for managing channels within groups. Channels are specialized accounts that enable organized content distribution within groups. They support hierarchical organization with main and default channels, privacy controls inherited from parent groups, and both scoped (group-specific) and global usernames for discovery. Group administrators manage channels while members can follow them.

Operations

Group Member Settings

Endpoints for managing member-specific settings within groups. These settings are personal to each group member and affect their individual experience within the group. Members can only access and modify their own settings within groups they belong to.

Operations

Group Members

API endpoints for managing group membership. Provides functionality to add, update, and remove members from groups, as well as retrieve membership information. Supports both local and federated groups through ActivityPub protocol. Access control is enforced based on group privacy settings and user permissions.

Operations

Group Questions

API endpoints for managing group entry questions. Groups can require prospective members to answer questions before joining. Questions support multiple types (text, single choice, multiple choice) and are used to screen members when the group's join mode is set to QUESTIONS. Answers are validated and generate a token that can be used during the join process.

Operations

Group Reports

Group-scoped moderation reports. Allows group admins to review and resolve reports targeting their channels, forums, and events without global moderator access.

Operations

Group Rules

API endpoints for managing community rules within groups. Rules define the expected conduct and content policies that members must follow. Each rule consists of text (the rule itself), a hint (explanation or context), and an ordering value for display sequence. Rules are scoped to specific groups and can be managed by users with appropriate permissions.

Operations

Group Settings

Endpoints for managing group-specific settings and configuration options. These endpoints allow authorized group members to view, update, and delete settings that control group behavior, features, and customization options.

Operations

Groups

API endpoints for managing groups within the Wellesley platform. Groups are community spaces that can be public or private, support forums, and have their own membership and permission systems. Groups can be federated via ActivityPub for cross-instance communication.

Operations

Import

Endpoints for importing data from other platforms including followers, blocks, and mutes

Operations

Instance

Server instance information and configuration. Provides metadata about the server, compatible domains, supported languages, timezones, and countries. All endpoints are publicly accessible without authentication.

Operations

Invites

Endpoints for sending and managing user invitations

Operations

Jobs

Endpoints for monitoring and managing background job queues, including statistics, job listings, and queue monitoring

Operations

Lists

Endpoints for managing user lists for organizing and grouping followed accounts

Operations

Logins

Endpoints for managing user login methods including email, password, and phone authentication

Operations

Metrics

Endpoints for retrieving metrics and analytics data from the events stream

Operations

Mutes

Endpoints for managing user mutes to hide content from specific users

Operations

Notes

Endpoints for managing personal notes about other users

Operations

Notifications

Endpoints for managing user notifications including retrieving, counting, and marking notifications as read or unread

Operations

Passkeys

Passkey (WebAuthn) registration and authentication

Operations

Password

Endpoints for password management including changing, resetting, and recovering passwords

Operations

Pins

Endpoints for pinning posts to profiles and retrieving pinned posts

Operations

Platform Data

Endpoints for managing platform-wide and group-specific data storage. Unlike application data, this provides direct data management not tied to specific applications. Supports flexible ownership models including platform-level, group-level, and user-level data with appropriate access controls.

Operations

Platform Settings

Endpoints for managing platform-wide settings and configuration options. These endpoints control server-level settings that affect the entire platform, including features, limits, security policies, and default behaviors for all users and groups.

Operations

Polls

Endpoints for interacting with polls, including voting and retrieving results

Operations

Posts

Endpoints for creating, reading, updating, and deleting posts, as well as managing comments, likes, bookmarks, and reposts

Operations

RBAC

Endpoints for retrieving Role-Based Access Control (RBAC) configurations and managing roles, resources, permissions and role-to-user assignments. Scoped Role Definition (RBACRole):

  • Represents roles within the RBAC system.
  • Each role has a unique roleId, a name, an optional description, and a scope.
  • The scope defines the domain or area in which the role is valid.
  • The scope can be Global (hardcoded), currently the only one is "System"
  • The scope also can be dynamic, currently we use Group Ids, like "gr_05hxcvk1hjexere4pvtrj0hggt"
  • Roles come with assigned permissions (RBACPermissions) that define what actions the role can perform on system resources.
  • Metadata such as createdAt and updatedAt timestamps track the role's lifecycle events.

Permissions** (RBACPermissions):

  • Encapsulates resource-specific access controls.
  • Each permission object specifies the resource (e.g., "user", "document") and an associated list of allowed RBACAccess types.
  • RBACAccess enumerates the supported actions: Read, Add, Modify, Delete.

Role Assignments to Actors (RBACActorRole):

  • Maps actors (e.g., users, services) to specific roles.
  • Tracks the association through actorId (representing the unique entity being assigned) and roleId (specific role ID).
  • Includes timestamps to record when the assignment was created or updated.
Operations

Remote collections

API to retrieve followers and following collections for remote users.

Operations

Reports

Endpoints for reporting content and managing content reports

Operations

Rules

Endpoints for managing platform rules that govern user conduct and content policies

Operations

Sessions

Endpoints for managing user authentication sessions and device logins

Operations

Tags

Endpoints for managing hashtags, including following, featuring, and retrieving tag information

Operations

Tags v2

Scoped tags search, policy lists and reports

Operations

Translation

Endpoints for translating text between languages

Operations

Uploads

Endpoints for uploading, retrieving, and managing media files

Operations

User Devices

APIs for managing user devices for push notifications

Operations

User Settings

Endpoints for managing user-specific settings and preferences. These endpoints allow authenticated users to view, update, and delete their personal settings that control their account behavior, interface preferences, privacy options, and feature customizations.

Operations

Users

Endpoints for managing user profiles, including creation, retrieval, updates, and moderation

Operations

employee

Employee. DO NOT USE, SUBJECT TO CHANGE/REMOVE

employer

Employer. DO NOT USE, SUBJECT TO CHANGE/REMOVE

job-applications

Jobs. DO NOT USE, SUBJECT TO CHANGE/REMOVE

job-postings

Jobs. DO NOT USE, SUBJECT TO CHANGE/REMOVE

Operations
Operations
Operations
Operations
Operations

Test Class Authenticated Controller

Operations
Operations
Operations
Operations

Quarkus Test Resource For Transaction

Operations