// api reference

API Reference

Programmatic access to RepoOcto data. All endpoints require authentication via Bearer token.

Base URL: https://api.repoocto.comBeta
GET
/api/v1/profile

Retrieve the authenticated user's profile, XP, level, and stats.

GET
/api/v1/quizzes

List quiz history with scores, timestamps, and topics.

GET
/api/v1/heatmap

Get module-level mastery data for the knowledge heatmap.

GET
/api/v1/marketplace/items

List available marketplace items and their XP costs.

POST
/api/v1/marketplace/redeem

Redeem XP for a marketplace item.

GET
/api/v1/team/members

List team members with their XP, levels, and activity. (Enterprise)

GET
/api/v1/team/gaps

Get knowledge gap analysis across the team. (Enterprise)

API documentation is in beta. Full OpenAPI spec coming soon. Request access