Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Yuzu Health Member API

The Member API from Yuzu Health — 3 operation(s) for member.

Yuzu Health Member API is one of 10 APIs that Yuzu Health publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Member. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 4 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 0.5.

Requests are made against the base URL https://api.yuzu.health.

4 operations 3 paths 4 schemas 2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.5
Base URL
https://api.yuzu.health
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Yuzu Health Member API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (public-api-auth).

Paths & Operations 4

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

Member 4
GET
/v2/members
Retrieve all members
PublicMemberController_listAllMembers 2 params → 200
GET
/v2/members/{memberId}
Retrieve a member
PublicMemberController_getMember 1 param → 200
PATCH
/v2/members/{memberId}
Update a member's demographics
PublicMemberController_updateMemberDemographics 1 param body → 200
POST
/v2/members/{memberId}/updateLogin
Update the login information for a member
PublicMemberController_updateMemberLogin 1 param body → 201

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are UpdateMemberDemographicsDto (12 properties), MemberDto (11 properties), UpdateMemberLoginDto (2 properties), PaginatedMemberDto (2 properties). Each schema is shown below with its type and property counts.

MemberDto
object
11 properties 8 required
PaginatedMemberDto
object
2 properties 1 required
UpdateMemberLoginDto
object
2 properties
UpdateMemberDemographicsDto
object
12 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yuzu-health-member-api-openapi.yml Raw ↑

Other APIs Yuzu Health publishes across the network.

Yuzu Health Accumulator (Experimental) API
Yuzu Health Benefits API
Yuzu Health Coverage API
Yuzu Health Enrollment API
Yuzu Health EOB (Experimental) API
Yuzu Health Group Policy API
Yuzu Health PublicApiV1 API
Yuzu Health PublicApiV2 API
Yuzu Health Sponsor API