Response
Indicates whether the call was successful.
success
if successful, error
if
not.The contents of the response.
Show Toggle object
Show Toggle object
The user’s ID.
The user’s email.
The user’s name.
The authentication provider (e.g.,
discord
).The ID of the user’s plan.
The timestamp when the user account was created.
The timestamp when the user account was last updated.
Show Toggle object
Show Toggle object
The application’s ID.
The cluster ID of the application.
The application’s name.
The application’s description.
The application’s status (e.g.,
up
).The application’s type.
The application’s RAM usage in MB.
The application’s programming language (e.g.,
nodejs
).The application’s subdomain, if applicable.
The application’s custom domain, if applicable.
The ID of the application’s owner.
The timestamp when the application was created.
The timestamp when the application was last updated.
The timestamp of the application’s last commit.
The timestamp of the application’s last backup, if applicable.
The timestamp of the application’s last deployment, if applicable.
The ID of the owner’s plan.
Show Toggle object
Show Toggle object
The database’s ID.
The cluster ID of the database.
The database’s name.
The database’s description.
The database’s status (e.g.,
up
).The database’s type.
The database’s RAM usage in MB.
The database’s storage usage in MB.
The database’s host address.
The database’s port number.
The ID of the database’s owner.
The ID of the database’s plan.
The duration of the database plan in days.
The timestamp when the database was purchased.
The timestamp when the database plan expires.
The timestamp when the database was created.
The timestamp when the database was last updated.
The timestamp of the database’s last backup, if applicable.
The ID of the owner’s plan.
Show Toggle object
Show Toggle object
The plan’s ID.
The plan’s name (e.g.,
free
).The timestamp when the plan expires, if applicable.
The plan’s duration in days.
Copy
{
"status": "success",
"response": {
"id": "993591427428790342",
"email": "[email protected]",
"name": "test",
"provider": "discord",
"plan_id": 1,
"plan": {
"id": 1,
"name": "free",
"expires_at": null,
"duration": 0,
"memory": {
"limit": 128,
"used": 128
}
},
"applications": [
{
"id": "v111d4af8cd74272a284831fbae14a8v",
"cluster": 1,
"name": "Simple API",
"description": "I have a description :)",
"status": "up",
"type": 1,
"ram": 128,
"language": "nodejs",
"subdomain": null,
"custom_domain": null,
"owner_id": "993591427428790342",
"created_at": "2025-08-09T15:51:47.234Z",
"updated_at": "2025-08-11T15:06:41.449Z",
"last_commit": "2025-08-09T15:51:47.234Z",
"last_backup": null,
"last_deploy": null,
"owner_plan_id": 1
}
],
"databases": [
{
"id": "v41806687fe6488884a464d1dc06692v",
"cluster": 1,
"name": "Vertra v4180668",
"description": "MongoDB Database",
"status": "up",
"type": 2,
"ram": 2048,
"storage": 1024,
"host": "vertra-cloud-mongodb-v41806687fe6488884a464d1dc06692v.db.vertraweb.app",
"port": 27017,
"owner_id": "993591427428790342",
"plan_id": 5,
"duration": 30,
"purchased_at": "2025-08-09T22:00:54.785Z",
"expires_at": "2025-09-08T22:00:54.785Z",
"created_at": "2025-08-09T22:00:54.785Z",
"updated_at": "2025-08-09T22:13:38.489Z",
"last_backup": null,
"owner_plan_id": 1
}
],
"created_at": "2025-08-08T01:26:04.784Z",
"updated_at": "2025-08-14T22:10:31.220Z"
}
}