- User
- Tenant / Regions
- VPC
- Images
- Flavors
- Storage Policy
- Instances
- Subnet
- Security group
- Floating IP
- Activity Logs
- Tags
- Iam
- Billing
- Project
- S3
Bill Info
GET
https://console-api.fptcloud.com/api/v1/billing/bill/info
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