For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quotes

Request quotes

Request a colocation quote

post
Authorizations
PRIVATE-TOKENstringRequired
Body
firstNamestring · min: 2 · max: 64Required

Customer's first name

lastNamestring · min: 2 · max: 128Required

Customer's last name

companyNamestring · max: 120Optional

Customer's company name (optional)

emailstring · max: 128Required

Customer's email address

phonestring · min: 5 · max: 15Required

Customer's phone number

rackstringRequired

Rack space volume of interest

locationstringRequired

Location of interest

remarksstringRequired

Quote remarks (the actual question and additional details)

Responses
204

No Content

No content

post/v3/colocation/quote
POST /v3/colocation/quote HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 138

{
  "firstName": "text",
  "lastName": "text",
  "companyName": "text",
  "email": "text",
  "phone": "text",
  "rack": "text",
  "location": "text",
  "remarks": "text"
}

No content

Last updated

Was this helpful?