Mock API Server

Development server for the ComeUnity CMS mobile app API

Test Credentials

Email test@example.com
Password password123
Bearer Token mock-token-12345-comeunity-api
Open Swagger UI View Screen Mapping Test API

Available Endpoints

Public

GET/api/v1/health
GET/api/v1/skills
GET/api/v1/skills/search?q=
GET/api/v1/interests
GET/api/v1/interests/search?q=
POST/api/v1/discounts/verify

Authentication

POST/api/v1/auth/register
POST/api/v1/auth/login
POST/api/v1/auth/logout
GET/api/v1/auth/user
POST/api/v1/auth/forgot-password
POST/api/v1/auth/reset-password

Profile

GET/api/v1/profile
PATCH/api/v1/profile
DELETE/api/v1/profile
POST/api/v1/profile/avatar
PATCH/api/v1/profile/privacy
GET/api/v1/profile/skills
PUT/api/v1/profile/skills
GET/api/v1/profile/interests
PUT/api/v1/profile/interests

Education & Experience

GET/api/v1/profile/education
POST/api/v1/profile/education
PATCH/api/v1/profile/education/:id
DELETE/api/v1/profile/education/:id
GET/api/v1/profile/experience
POST/api/v1/profile/experience
PATCH/api/v1/profile/experience/:id
DELETE/api/v1/profile/experience/:id

Buddies

GET/api/v1/buddies
GET/api/v1/buddies/my
GET/api/v1/buddies/requests
GET/api/v1/buddies/:userId
POST/api/v1/buddies/request
POST/api/v1/buddies/requests/:id/accept
POST/api/v1/buddies/requests/:id/decline
DELETE/api/v1/buddies/:buddyId

Mentors

GET/api/v1/mentors
GET/api/v1/mentors/my
PUT/api/v1/mentors/my
GET/api/v1/mentors/:id

Communities

GET/api/v1/communities
GET/api/v1/communities/my
GET/api/v1/communities/:id
POST/api/v1/communities/:id/join
DELETE/api/v1/communities/:id/leave

Discounts

GET/api/v1/discounts
GET/api/v1/discounts/:id
POST/api/v1/discounts/:id/generate-code

Messages

GET/api/v1/messages/threads
POST/api/v1/messages/threads
GET/api/v1/messages/threads/:id
POST/api/v1/messages/threads/:id/reply
POST/api/v1/messages/threads/:id/read

Vacancies

GET/api/v1/vacancies
GET/api/v1/vacancies/:id
POST/api/v1/vacancies/:id/apply

Companies

GET/api/v1/companies
GET/api/v1/companies/:id
GET/api/v1/subscriptions
POST/api/v1/subscriptions/:companyId
DELETE/api/v1/subscriptions/:companyId

Learning & Events

GET/api/v1/learning
GET/api/v1/learning/:id
GET/api/v1/events
GET/api/v1/events/:eventId

Favorites

GET/api/v1/favorites
POST/api/v1/favorites
POST/api/v1/favorites/check
DELETE/api/v1/favorites/:id

Notifications

GET/api/v1/notifications
POST/api/v1/notifications/:id/read
POST/api/v1/notifications/read-all
DELETE/api/v1/notifications/:id

Other

GET/api/v1/dashboard
GET/api/v1/blocked-users
POST/api/v1/blocked-users
DELETE/api/v1/blocked-users/:id
POST/api/v1/device-tokens
DELETE/api/v1/device-tokens

Mock Data

12
Skills
20
Interests
7
Buddies
12
Mentors
10
Communities
8
Discounts
8
Events
8
Learning
6
Vacancies
6
Companies