Get Account

Fetch a particular account by ID

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
account_id
required
string <uuid>

Account ID

Example: eefb57e0-79f2-4bc7-9b70-99fbc175175c
Responses
200

Account success response

Response Schema: application/json
invoice_emails
Array of strings
city
string
account_default_color
string
company_name
string
storage
integer
file_count
integer
object (User)

User model

upload_url
string
deleted_at
string <date-time>
line1
string
postal_code
string
vat
string
company_address
string
lifetime_file_count
integer
state
string
Array of objects (Team)
image_64
string
archived_storage
integer
image_128
string
owner_id
string <uuid>
user_count
integer
locked_at
string <date-time>
image
string
team_count
integer
collaborator_role_count
integer
billing_emails
string
image_32
string
unpaid_at
string <date-time>
inserted_at
string <date-time>
updated_at
string <date-time>
project_count
integer
duration
integer
delinquent_at
string <date-time>
collaborator_count
integer
object (Plan)
object (Watermark)
folder_count
integer
id
string <uuid>
display_name
string
country
string
object (Subscription)
Array of objects (AccountMember)
frames
integer
member_count
integer
image_256
string
401

Unauthorized response

404

Not Found response

get/v2/accounts/{account_id}
Request samples
Response samples
application/json
{
  • "invoice_emails": [
    ],
  • "city": "string",
  • "account_default_color": "string",
  • "company_name": "string",
  • "storage": 0,
  • "file_count": 0,
  • "owner": {
    },
  • "upload_url": "string",
  • "deleted_at": "2019-08-24T14:15:22Z",
  • "line1": "string",
  • "postal_code": "string",
  • "vat": "string",
  • "company_address": "string",
  • "lifetime_file_count": 0,
  • "state": "string",
  • "teams": [
    ],
  • "image_64": "string",
  • "archived_storage": 0,
  • "image_128": "string",
  • "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
  • "user_count": 0,
  • "locked_at": "2019-08-24T14:15:22Z",
  • "image": "string",
  • "team_count": 0,
  • "collaborator_role_count": 0,
  • "billing_emails": "string",
  • "image_32": "string",
  • "unpaid_at": "2019-08-24T14:15:22Z",
  • "inserted_at": "2019-08-24T14:15:22Z",
  • "updated_at": "2019-08-24T14:15:22Z",
  • "project_count": 0,
  • "duration": 0,
  • "delinquent_at": "2019-08-24T14:15:22Z",
  • "collaborator_count": 0,
  • "plan": {
    },
  • "watermark": {
    },
  • "folder_count": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "display_name": "string",
  • "country": "string",
  • "subscription": {
    },
  • "account_members": [
    ],
  • "frames": 0,
  • "member_count": 0,
  • "image_256": "string"
}