canonical: https://jentic.com/apis/wefitter.com/wefitter

# WeFitter API

This is the WeFitter API. The API exposes 74 endpoints secured with apiKey, basic authentication.

## For AI agents

Programmatically get someones biological age on a weekly basis., loyalty_getrecommendedproducts. Covers 74 operations with apiKey, basic authentication.

## Scope

Does not handle payments, communications, or crm - use for developer tools only.

## Capabilities

- Get someones biological age on a weekly basis.
- Loyalty_getRecommendedProducts
- Loyalty_getShoppingcartLink
- Totals
- Create challenge
- List Challenges
- Team leaderboard

## Use cases

### Developer Tools Operations

Use the WeFitter API to perform developer tools operations programmatically. The API provides 74 endpoints covering core functionality including get someones biological age on a weekly basis., loyalty_getrecommendedproducts, loyalty_getshoppingcartlink.

Example prompt: Call GET `/insights/bio_age` to get someones biological age on a weekly basis.

### Automated profile Management

Automate profile operations by combining multiple WeFitter API endpoints. Agents can loyalty_getrecommendedproducts and then loyalty_getshoppingcartlink in a single workflow.

Example prompt: Call GET `/loyalty/get_recommended_products` to loyalty_getrecommendedproducts, then verify the result

### AI Agent Integration via Jentic

AI agents discover and call WeFitter API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey, basic tokens manually.

Example prompt: Search Jentic for 'get someones biological age on a weekly basis.', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | `/insights/bio_age` | Get someones biological age on a weekly basis. |
| GET | `/loyalty/get_recommended_products` | Loyalty_getRecommendedProducts |
| GET | `/loyalty/get_shoppingcart_link` | Loyalty_getShoppingcartLink |
| GET | `/app/totals` | Totals |
| POST | `/challenge` | Create challenge |
| GET | `/challenge` | List Challenges |
| GET | `/challenge/{challenge_public_id}/team` | Team leaderboard |
| GET | `/challenge/{challenge_public_id}/team/{team_public_id}` | Team contribution |

## Key resources

- **profile** — Profiles are containers for wearables data.
The profiles can be seen as an extension of users in a
- **challenge** — WeFitter API’s challenge engine will bring endless engagement to your platform.
For more informatio
- **team** — Operations related to team
- **connection** — Connections are the links between profiles and their wearables.
- **notification** — Send a notification to all devices for the specified profiles
The data will be sent to the client in

## AI readiness

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

- **Score:** 45 / 100
- **Maturity:** Foundational
- **Dimensions:**
  - Foundational Compliance: 68 / 100
  - Developer Experience & Jentic Compatibility: 56 / 100
  - AI-Readiness & Agent Experience: 24 / 100
  - Agent Usability: 90 / 100
  - Security: 37 / 100
  - AI Discoverability: 100 / 100
- **View full report:** https://jentic.com/apis/wefitter.com/wefitter/scorecard
- **How the score is calculated:** https://docs.jentic.com/reference/api-readiness-framework/overview/
- **More about the dimensions:** https://docs.jentic.com/reference/api-readiness-framework/specification/#dimensional-model-overview

### Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

- **Score your own API:** https://jentic.com/scorecard.md
- **Scoring CLI agent skill:** https://github.com/jentic/jentic-api-scorecard/blob/main/skills/jentic-api-scorecard/SKILL.md

```sh
npx @jentic/api-scorecard-cli score <openapi-url>
```

## Why Jentic

- **Setup:** Wiring the WeFitter API by hand means choosing between its basic auth and its profile or admin bearer tokens per endpoint and handling retries yourself. Through Jentic you install once, import WeFitter from the API Directory, store the credentials once, and your agent calls it.
- **Permission scoping:** WeFitter puts the challenge id in the URL path (`/challenge/{challenge_public_id}/team/...`), so a rule can pin your agent to one challenge: it can read that challenge's teams and nothing else. You choose the operations it may call, so creating challenges or reading loyalty data is not included unless you add them.
- **Credential handling:** Your WeFitter basic and bearer credentials are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'get a person's biological age' or 'read a challenge's teams', and Jentic returns the matching WeFitter operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Github** — Alternative developer tools API
- **Gitlab** — Alternative developer tools API

## FAQ

### What authentication does the WeFitter API use?

The WeFitter API uses apiKey, basic authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

### Can I get someones biological age on a weekly basis. with the WeFitter API?

Yes. Use the GET `/insights/bio_age` endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the WeFitter API?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

### How do I get someones biological age on a weekly basis. through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'get someones biological age on a weekly basis.'. Jentic returns the matching WeFitter API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the WeFitter API have?

The WeFitter API exposes 74 endpoints covering profile, challenge, team operations.

### Can I limit what my agent is allowed to do with the WeFitter API?

Yes. Because you self-host Jentic One, your own rules decide which WeFitter operations and credentials the agent may use. Since WeFitter puts the challenge id in the URL path, such as GET `/challenge/{challenge_public_id}/team`, a rule can pin the agent to a single challenge so it reads only that challenge's teams and leaderboard and nothing else. You pick the operations it may call, so creating challenges or reading loyalty data through GET `/loyalty/get_recommended_products` stays off unless you explicitly allow it.
