Public
Documentation Settings

GymLens API documentation

This is an API collection for GymLens, a mobile application designed to categorize gym equipment and provide users with detailed information, and guidance on proper usage. By making fitness knowledge accessible, we aim to help beginners feel more comfortable and informed in gym settings, empowering them to start and maintain healthier lifestyles. We believe that with the right tools and support, more Indonesians will feel motivated to incorporate regular physical activity into their routines, ultimately contributing to better public health.

AUTHORIZATIONAPI Key
Key

X-API-Key

Value

{{token}}

Backend

This API provides endpoints for user authentication and profile management. It is built with Fiber and integrates with Firebase for user authentication.

AUTHORIZATIONAPI Key
This folder is using API Key from collectionGymLens API documentation

GETAPI Health Check

https://gymlens-user-api-241705916714.asia-southeast2.run.app/api/ping
AUTHORIZATIONAPI Key
This request is using API Key from collectionGymLens API documentation

GETFetch Article

https://gymlens-user-api-241705916714.asia-southeast2.run.app/api/article
AUTHORIZATIONAPI Key
This request is using API Key from collectionGymLens API documentation

POSTSign Up

https://gymlens-user-api-241705916714.asia-southeast2.run.app/api/signup
AUTHORIZATIONAPI Key
This request is using API Key from collectionGymLens API documentation
Bodyraw (json)
json
{
  "name": "John Doe",
  "email": "johndoe@mail.com",
  "password": "password123"
}
Loading