βοΈLegacy Endpoints
Fide is moving to a GraphQL API to make requests and responses fully dynamic!
Entity
πEntity SchemaGet 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
πSource SchemaGet 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
πContribution SchemaGet 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?