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

Hifi User API

User endpoints

Hifi User API is one of 15 APIs that Hifi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

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

Requests are made against 2 base URLs: https://production.hifibridge.com, https://sandbox.hifibridge.com.

6 operations 4 paths 15 schemas 3 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0.0
Base URL
https://production.hifibridge.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

Paths & Operations 6

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

User 6

User endpoints

POST
/v2/tos-link
Generate a terms of service link
body → 200401404500
GET
/v2/tos-link/{signedAgreementId}
Retrieve a terms of service link
1 param → 200401404500
POST
/v2/users
Create a user
body → 200401404500
GET
/v2/users
List all users
8 params → 200401404500
GET
/v2/users/{userId}
Retrieve a user
1 param → 200401404500
POST
/v2/users/{userId}
Update a user
1 param body → 200401404500

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are IndividualUserV2Create (10 properties), BusinessUserV2Create (9 properties), IndividualUserV2Update (8 properties), BusinessUserV2Update (7 properties). Each schema is shown below with its type and property counts.

ToSLinkRecordStatusObject
object
5 properties
IndividualUserV2Object
object
6 properties
InternalServerError
object
1 property
AllUserV2Objects
object
3 properties
BusinessUserV2Update
object
7 properties
WalletAddressObject
object
1 property 1 required
BusinessUserV2Object
object
6 properties
BusinessUserV2Create
object
9 properties 5 required
Address
object
6 properties 5 required
IndividualUserV2Create
object
10 properties 6 required
Unauthorized
object
1 property
ToSLinkObject
object
2 properties
UltimateBeneficialOwnerV2
object
5 properties 5 required
ToSLink
object
3 properties 1 required
IndividualUserV2Update
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hifi-user-api-openapi.yml Raw ↑

Other APIs Hifi publishes across the network.

Hifi Account API
Hifi Common API
Hifi Cross-Chain Bridge API
Hifi Crypto Transfer API
Hifi File API
Hifi Kyc API
Hifi Offramp API
Hifi Onramp API
Hifi Reporting API
Hifi Settlement Rules API
Hifi Token Swap API
Hifi Transfer Approvals API