Skip to main content

Account

To retrieve your account information, including your design API usage and quota, send a GET request to the /api/account/ endpoint.

endpoints
GET
/api/account/
Example Response Body
{
"status": 200,
"data": {
"email": "test@test.com",
"plan": "premium",
"design_usage": 10,
"design_quota": 2000
"created_at": "2024-01-01",
"user_id": "1234567890"
},
"error": null
}