API Reference

Get listed projects

This endpoint returns listed projects on the platfrom based on the filteres provided. All filters are optional. By default, the endpoiont returns all listed projects.

Log in to see full request history
Query Params
number

Skips proposals from the beginning. Used for pagination / infinite scroll

string

Limits number of proposals to send back

categories
array of strings

Accepts either a single or an array of strings. Expected values could be category's _id or name.

categories
chains
array of strings

Accepts either a single or an array of strings. Expected values could be chain's _id or name.

chains
infrastructures
array of strings

Accepts either a single or an array of strings. Expected values could be infra's _id or name.

infrastructures
string

Accepts a valid URL and checks if a project exists with the provided URL. You must add another query parameter checkExisting with the value of 1.

string

Keep the value of checkExisting to 1 if you have added the url parameter.

Headers
string
required

The unique Client ID is reuqired to be sent in header of every request

string
required

Client Secret is required to be sent along with client-id in header of every request

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json