Welcome to the community API documentation page. Here, you will find all the necessary information to interact with our community API endpoints.
API Endpoints
Below is a list of available endpoints in the community API:
/en/api-docs/community/profile
: Retrieve user profile information./en/api-docs/community/posts
: Retrieve a list of community posts./en/api-docs/community/posts/<post_id>
: Retrieve details of a specific post.
Usage Example
Here's an example of how you can use the /en/api-docs/community/profile
endpoint to retrieve a user profile:
GET /en/api-docs/community/profile?user_id=123456
This will return a JSON object containing the user's profile information.
Additional Resources
For more detailed information, please refer to the following resources:
Community Member