Get Accounts for User

Fetch all Accounts that a given User has access to

SecurityJWT or OAuth2 or DeveloperToken
Responses
200

Paginated accounts success response

Response Headers
link
string

Pagination links

page-number
integer

Current page of results

per-page
integer

Number of entries per page

total
integer

Total entries across all pagess

total-pages
integer

Number of pages

Response Schema: application/json
Array
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

get/v2/accounts
Request samples
Response samples
application/json
[
  • {
    }
]