Changelog

Recent Changes

  • 6 Oct 2025 – Removed deprecated POST /api/v1/reviews and POST /api/v1/profiles/recent endpoints

  • 9 Sep 2025 – Removed deprecated POST /api/v1/reply and POST /api/v1/reviews/count endpoints

  • 8 Aug 2025 – Removed deprecated /api/v1/activities endpoint


Deprecated Endpoints

These endpoints will be removed after the advertised date. We will do our best to notify consumers (by their advertised X-Ethos-Client header) in advance of removal.

Endpoint
Description
Sunset

POST /api/v1/invitations

Get a list of invitations for inviter

1 Dec, 2025

GET /api/v1/invitations/pending/:address

Get a list of pending invites for an address

1 Dec, 2025

GET /api/v1/profiles/directory

Get a list of profiles

1 Dec, 2025


Beta Endpoints

Beta endpoints are recent additions and are still subject to rapid change without further notification to consumers. We will remove the 'beta' tag once they are stable.


Internal Endpoints

Internal endpoints are used by Ethos frontend and are not intended for public consumption. They may change without notice. We intend to 'publish' them to beta status.

Method
Path
Description

GET

/internal/users/{userkey}

Fetch user details by userkey.

GET

/internal/listings

Retrieve internal project listings page.

GET

/internal/listings/{username}

Retrieve project details for listings page.

Last updated