↔️Legacy Endpoints

Entity

A Fide Entity will always be a person, project, or legal organization.

πŸ“—Entity Schema

Get profile information for a single entity identified by a unique Fide ID.

POST https://api.fide.id/entity

Try It Now!

Request Body

Name
Type
Description

fide_id*

string

Build a list of Fide entities filtered by a unique query.

POST https://api.fide.id/entities

Request Body

Name
Type
Description

query*

dictionary


Source

A Fide Source will always have a digital location such as a blockchain address or url.

πŸ“’Source Schema

Get information for a Fide source entity identified by a unique Fide Source ID.

POST https://api.fide.id/source

Request Body

Name
Type
Description

source_id*

string

Build a list of Fide sources filtered by a unique query.

POST https://api.fide.id/sources

Request Body

Name
Type
Description

query*

dictionary


Contribution

A Fide Contribution will always represent a one-way relationship between two entities, sources, and/or contributions.

πŸ“˜Contribution Schema

Get information for a single contribution identified by a unique Fide Contribution ID.

POST https://api.fide.id/contribution

Request Body

Name
Type
Description

fide_id*

string

Last updated

Was this helpful?