Suble.io
  • Introduction
  • Roadmap
  • Project
    • List
    • Get
    • Create
    • Transactions
    • Keys
    • Invoices
    • Members
  • Virtual Machine
    • List
    • Get
    • Create
    • Modify
    • Rescale
    • rDNS
    • Console
    • Actions
    • Controls
    • Cancel
    • Delete
    • Network Usage
  • Floating IP
    • List
    • Order
    • Get
    • Assign
    • rDNS
    • Delete
    • Network Usage
  • Network
    • List
    • Get
  • Billing
    • Pricing
    • Operating Systems
  • Changelog
    • 19-06-2022
    • 28-02-2022
    • 18-11-2021
    • 20-10-2021
    • 28-09-2021
    • 14-09-2021
    • 01-08-2021
    • 18-06-2021
    • 17-06-2021
    • 14-06-2021
Powered by GitBook
On this page

Was this helpful?

  1. Project

Create

Available for user tokens

This endpoint is only available for user tokens, not project keys!

Create

POST https://api.suble.io/projects

Headers

Name
Type
Description

Authorization

string

User token

Request Body

Name
Type
Description

creditcard

string

Credit card used for project billing

name

string

Project name

usecase

array

Options Available: Personal, Business & Reselling

{
    "_id": ObjectId,
    "name": String,
    "created": Number, //Unix timestamp
    "balance": Number,
    "user": ObjectId,
    "usecase": String,
    "support": String,
    "members": [
        {
            "id": ObjectId
        }
    ]
}
{
    "error": String
}

PreviousGetNextTransactions

Last updated 3 years ago

Was this helpful?