Proposals APIs
Retrieve a proposal by ID
Provides detailed information about a proposal by its unique identifier.
GET
/
proposals
/
{proposal_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
proposal_id
number
requiredThe unique identifier of the proposal.
Response
200 - application/json
init_cost
number
Initial cost to deploy this proposal (in USD).
maintenance_cost
number
Ongoing maintenance cost (in USD).
pay_period
number
Payment period (in days).
accept_currency
string
Accepted currency for payments.
cost
number
Total cost (in USD).
fit
number
Fit score of the proposal.
throughput
number
Throughput of the network (in Mbps).
sla
number
Uptime Service Level Agreement (in seconds).
error_rate
number
Proposal error rate.
rank
number
Rank of the DA proposal.
extra_attribute
object
Additional attributes related to the proposal (e.g., setup details).