Deployment APIs
Retrieve deployments based on various parameters
Provides a list of all deployment information associated with the userβs address, proposal ID, or hash.
GET
/
deployments
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
integer
The unique identifier of the deployed proposal.
proposal_hash
string
SHA256 hash of the deployed proposal.
Response
200 - application/json
deployments
object[]
List of deployment details.
user_address
string
User's blockchain address (in hex format).