Project Management APIs
Retrieve a list of user projects
Provides detailed information about the projects associated with the userβs address.
GET
/
projects
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
user_address
string
User's blockchain address in hexadecimal format.
Minimum length:
3
proposal_id
number
The unique identifier of the proposal from the solver.
deployment_id
number
The unique identifier of the deployment from the worker.
Response
200 - application/json
projects
object[]
List of projects.
user_address
string
User's blockchain address (in hex format).