User Information
curl --request GET \
--url https://api.vertracloud.app/v1/users/@me{
"response": {
"id": "993591427428790342",
"email": "[email protected]",
"name": "user",
"plan_id": 3,
"language": "pt-br",
"plan": {
"id": 3,
"name": "pro",
"expires_at": "2026-04-20T00:00:00.000Z",
"duration": 30,
"memory": {
"limit": 4096,
"used": 1024
}
},
"applications": [
{
"id": "v111d4af8cd74272a284831fbae14a8v",
"cluster": 1,
"type": 2,
"name": "My API",
"description": "REST API with Express",
"language": "javascript",
"ram": 512,
"status": "up",
"subdomain": "my-api",
"custom_domain": null,
"owner_id": "993591427428790342",
"owner_plan_id": 3,
"main_file": "src/index.js",
"version": "recommended",
"auto_restart": true,
"start_command": "npm start",
"use_credits": false,
"last_snapshot": "2026-03-15T10:00:00.000Z",
"offline_since": null,
"created_at": "2026-01-15T15:51:47.234Z",
"updated_at": "2026-03-19T15:06:41.449Z"
}
],
"databases": [
{
"id": "v41806687fe6488884a464d1dc06692v",
"cluster": 1,
"type": 1,
"name": "my-postgres",
"description": "PostgreSQL Database",
"status": "up",
"ram": 1024,
"host": "v41806687fe6488884a464d1dc06692v.db.usa1.vertraweb.app",
"port": 14523,
"owner_id": "993591427428790342",
"owner_plan_id": 3,
"use_credits": true,
"last_snapshot": "2026-03-18T00:00:00.000Z",
"offline_since": null,
"created_at": "2026-02-01T22:00:54.785Z",
"updated_at": "2026-03-19T22:13:38.489Z"
}
],
"connections": [
{
"provider": "github",
"username": "myuser",
"created_at": "2026-01-15T15:51:47.234Z"
},
{
"provider": "discord",
"username": "myuser#1234",
"created_at": "2026-01-15T15:51:47.234Z"
}
],
"credits": {
"compute": {
"free": 450.5,
"paid": 1200.0,
"free_per_week": 2000,
"free_reset_at": "2026-04-01T00:00:00.000Z",
"paid_expires_at": "2027-03-15T00:00:00.000Z"
},
"ai": {
"free": 120.0,
"paid": 500.0,
"free_per_week": 500,
"free_reset_at": "2026-04-01T00:00:00.000Z",
"paid_expires_at": "2027-03-15T00:00:00.000Z"
}
},
"created_at": "2026-01-15T01:26:04.784Z",
"updated_at": "2026-03-19T22:10:31.220Z"
}
}
Users
User Information
Returns complete user information including applications, databases, plan, OAuth connections, and credits.
GET
/
v1
/
users
/
@me
User Information
curl --request GET \
--url https://api.vertracloud.app/v1/users/@me{
"response": {
"id": "993591427428790342",
"email": "[email protected]",
"name": "user",
"plan_id": 3,
"language": "pt-br",
"plan": {
"id": 3,
"name": "pro",
"expires_at": "2026-04-20T00:00:00.000Z",
"duration": 30,
"memory": {
"limit": 4096,
"used": 1024
}
},
"applications": [
{
"id": "v111d4af8cd74272a284831fbae14a8v",
"cluster": 1,
"type": 2,
"name": "My API",
"description": "REST API with Express",
"language": "javascript",
"ram": 512,
"status": "up",
"subdomain": "my-api",
"custom_domain": null,
"owner_id": "993591427428790342",
"owner_plan_id": 3,
"main_file": "src/index.js",
"version": "recommended",
"auto_restart": true,
"start_command": "npm start",
"use_credits": false,
"last_snapshot": "2026-03-15T10:00:00.000Z",
"offline_since": null,
"created_at": "2026-01-15T15:51:47.234Z",
"updated_at": "2026-03-19T15:06:41.449Z"
}
],
"databases": [
{
"id": "v41806687fe6488884a464d1dc06692v",
"cluster": 1,
"type": 1,
"name": "my-postgres",
"description": "PostgreSQL Database",
"status": "up",
"ram": 1024,
"host": "v41806687fe6488884a464d1dc06692v.db.usa1.vertraweb.app",
"port": 14523,
"owner_id": "993591427428790342",
"owner_plan_id": 3,
"use_credits": true,
"last_snapshot": "2026-03-18T00:00:00.000Z",
"offline_since": null,
"created_at": "2026-02-01T22:00:54.785Z",
"updated_at": "2026-03-19T22:13:38.489Z"
}
],
"connections": [
{
"provider": "github",
"username": "myuser",
"created_at": "2026-01-15T15:51:47.234Z"
},
{
"provider": "discord",
"username": "myuser#1234",
"created_at": "2026-01-15T15:51:47.234Z"
}
],
"credits": {
"compute": {
"free": 450.5,
"paid": 1200.0,
"free_per_week": 2000,
"free_reset_at": "2026-04-01T00:00:00.000Z",
"paid_expires_at": "2027-03-15T00:00:00.000Z"
},
"ai": {
"free": 120.0,
"paid": 500.0,
"free_per_week": 500,
"free_reset_at": "2026-04-01T00:00:00.000Z",
"paid_expires_at": "2027-03-15T00:00:00.000Z"
}
},
"created_at": "2026-01-15T01:26:04.784Z",
"updated_at": "2026-03-19T22:10:31.220Z"
}
}
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Response
Complete authenticated user data.
Show Toggle object
Show Toggle object
Unique user ID (Snowflake).
User email.
User display name.
Numeric plan ID. Values: 1=FREE, 2=ECONOMY, 3=PRO, 4=SCALE, 9=INTERMEDIARY, 5=ENTERPRISE_4, 19=ENTERPRISE_6, 6=ENTERPRISE_8, 10=ENTERPRISE_12, 11=ENTERPRISE_14, 7=ENTERPRISE_16, 12=ENTERPRISE_18, 13=ENTERPRISE_20, 14=ENTERPRISE_22, 15=ENTERPRISE_24, 16=ENTERPRISE_26, 17=ENTERPRISE_28, 18=ENTERPRISE_30, 8=ENTERPRISE_32.
User’s preferred language (
pt-br, en-us, es-es).Account creation date (ISO 8601).
Account last update date (ISO 8601).
Current plan information.
Show Toggle object
Show Toggle object
Plan ID.
Plan name (e.g.,
free, pro, scale).Plan expiration date.
null for plans without expiration.Plan duration in days.
List of user applications.
Show Toggle object
Show Toggle object
Unique application ID (Snowflake).
ID of the cluster hosting the application.
Application type.
1 = Bot, 2 = Website.Application name.
Application description.
Programming language (
javascript, typescript, python, go, php, ruby, java, rust, bun, static).Memory allocated in MB.
Current status:
up or down.Application subdomain.
Custom domain, if configured.
Application main file.
Runtime version (
recommended, latest, or specific version).Whether auto-restart is enabled.
Whether the application uses credits mode.
Date of the last snapshot.
Date since the application is offline.
null if online.Creation date.
Last update date.
List of user databases.
Show Toggle object
Show Toggle object
Unique database ID (Snowflake).
Cluster ID.
Type:
1 = PostgreSQL, 2 = MongoDB, 3 = Redis, 4 = MySQL.Database name.
Database description.
Current status:
up or down.Memory allocated in MB.
Host address for connection.
Connection port.
Whether the database uses credits mode.
Date of the last snapshot.
Date since offline.
Creation date.
Last update date.
User credits balance, split into compute and AI.
Show Toggle object
Show Toggle object
Compute credits (for running apps and databases).
{
"response": {
"id": "993591427428790342",
"email": "[email protected]",
"name": "user",
"plan_id": 3,
"language": "pt-br",
"plan": {
"id": 3,
"name": "pro",
"expires_at": "2026-04-20T00:00:00.000Z",
"duration": 30,
"memory": {
"limit": 4096,
"used": 1024
}
},
"applications": [
{
"id": "v111d4af8cd74272a284831fbae14a8v",
"cluster": 1,
"type": 2,
"name": "My API",
"description": "REST API with Express",
"language": "javascript",
"ram": 512,
"status": "up",
"subdomain": "my-api",
"custom_domain": null,
"owner_id": "993591427428790342",
"owner_plan_id": 3,
"main_file": "src/index.js",
"version": "recommended",
"auto_restart": true,
"start_command": "npm start",
"use_credits": false,
"last_snapshot": "2026-03-15T10:00:00.000Z",
"offline_since": null,
"created_at": "2026-01-15T15:51:47.234Z",
"updated_at": "2026-03-19T15:06:41.449Z"
}
],
"databases": [
{
"id": "v41806687fe6488884a464d1dc06692v",
"cluster": 1,
"type": 1,
"name": "my-postgres",
"description": "PostgreSQL Database",
"status": "up",
"ram": 1024,
"host": "v41806687fe6488884a464d1dc06692v.db.usa1.vertraweb.app",
"port": 14523,
"owner_id": "993591427428790342",
"owner_plan_id": 3,
"use_credits": true,
"last_snapshot": "2026-03-18T00:00:00.000Z",
"offline_since": null,
"created_at": "2026-02-01T22:00:54.785Z",
"updated_at": "2026-03-19T22:13:38.489Z"
}
],
"connections": [
{
"provider": "github",
"username": "myuser",
"created_at": "2026-01-15T15:51:47.234Z"
},
{
"provider": "discord",
"username": "myuser#1234",
"created_at": "2026-01-15T15:51:47.234Z"
}
],
"credits": {
"compute": {
"free": 450.5,
"paid": 1200.0,
"free_per_week": 2000,
"free_reset_at": "2026-04-01T00:00:00.000Z",
"paid_expires_at": "2027-03-15T00:00:00.000Z"
},
"ai": {
"free": 120.0,
"paid": 500.0,
"free_per_week": 500,
"free_reset_at": "2026-04-01T00:00:00.000Z",
"paid_expires_at": "2027-03-15T00:00:00.000Z"
}
},
"created_at": "2026-01-15T01:26:04.784Z",
"updated_at": "2026-03-19T22:10:31.220Z"
}
}
⌘I