How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Harbor Members API

Operations for managing community members, their profiles, point balances, and tier status.

Harbor Members API is one of 6 APIs that Harbor publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Members. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 2 JSON Schemas.

This API exposes 5 operations across 3 paths, and defines 7 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api.harbor.gg/v1.

5 operations 3 paths 7 schemas 2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Server
https://api.harbor.gg/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Harbor Members API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token obtained via OAuth 2.0 client credentials flow. Contact Harbor to obtain API credentials.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 2 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Members 5

Operations for managing community members, their profiles, point balances, and tier status.

GET
/communities/{communityId}/members
Harbor List community members
listMembers 5 params → 200401404
POST
/communities/{communityId}/members
Harbor Create a community member
createMember 1 param body → 201400401409
GET
/communities/{communityId}/members/{memberId}
Harbor Get a community member
getMember 2 params → 200401404
PATCH
/communities/{communityId}/members/{memberId}
Harbor Update a community member
updateMember 2 params body → 200400401404
POST
/communities/{communityId}/members/{memberId}/points
Harbor Award points to a member
awardPoints 2 params body → 200400401404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Member (12 properties), CreateMemberRequest (5 properties), MemberList (4 properties), PointsBalance (4 properties). Each schema is shown below with its type and property counts.

UpdateMemberRequest
object
Request body for updating a community member's profile.
4 properties
CreateMemberRequest
object
Request body for registering a new community member.
5 properties 1 required
Tier
object
Loyalty tier a member has achieved.
4 properties
Member
object
A community member representing a superfan registered on the Harbor platform.
12 properties
PointsBalance
object
Updated points balance after a transaction.
4 properties
AwardPointsRequest
object
Request body for awarding points to a community member.
3 properties 2 required
MemberList
object
Paginated list of community members.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

harbor-members-api-openapi.yml Raw ↑

Other APIs Harbor publishes across the network.

Harbor Challenges API
Harbor Communities API
Harbor Leaderboards API
Harbor Redemptions API
Harbor Rewards API
Where this information came from

This is an independent, third-party profile of Harbor Members API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.