Console API
  1. Bill
Console API
  • User
    • User Info
      GET
  • Tenant / Regions
    • Get Regions & Tenant info
      GET
    • Get Tenant Info
      GET
  • VPC
    • Get VPC List
      GET
    • Rename VPC
      PUT
  • Images
    • Get images
      GET
  • Flavors
    • Get flavors
      GET
  • Storage Policy
    • List
      GET
  • Instances
    • List
      GET
    • Detail
      GET
    • Security Group
      GET
    • Create instance
      POST
    • Power off
      POST
    • Reboot
      POST
    • Power on
      POST
    • Terminate
      POST
    • Resize
      POST
    • Lock Termination
      POST
    • Rename
      POST
    • Manage tag
      POST
  • Subnet
    • List
    • Create
    • Rename
    • Delete
    • Manage tags
  • Security group
    • Security Group List
    • Security Group Detail
    • Rule Types
    • Create Security Group
    • Create Rule
    • Apply to private ip
    • Delete Rule
    • Delete security group
    • Manage tag
  • Floating IP
    • List
    • Allocate
    • Connect to instance
    • Disconnect
    • Release
    • Manage tag
  • Activity Logs
    • List
  • Tags
    • Lists
  • Iam
    • Add user to user group
    • Get all user groups
    • Create user group
    • Update user group
    • Get roles
    • Get user vpcs
  • Billing
    • Bill
      • Get bills by date
        GET
      • Get Bills by paging
        POST
      • Bill Info
        GET
      • Bill service types
        GET
  • Project
    • Get projects
  • S3
    • Get bucket policy
    • List buckets
    • Get s3 service enabled
  1. Bill

Bill Info

GET
https://console-api.fptcloud.com/api/v1/billing/bill/info
Get thông tin billing_group_name, billing_config_name

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://console-api.fptcloud.com/api/v1/billing/bill/info'

Responses

🟢200Success
application/json
Body
status
integer 
required
message
string 
optional
data
array [object {2}] 
optional
billing_group_name
string 
optional
billing_config_names
array[string]
optional
Example
{
    "status": 0,
    "message": "string",
    "data": [
        {
            "billing_group_name": "string",
            "billing_config_names": [
                "string"
            ]
        }
    ]
}
Modified at 2025-04-13 15:17:07
Previous
Get Bills by paging
Next
Bill service types
Built with