v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Accounts

Get a single account

Get details on a single account.

get/accounts/{id}

Path parameters

idstring required

ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

idstring
namestring
slugstring
companystring
created_atstring date-time
updated_atstring date-time
company_logo_urlstring
rolesstring[]

Roles the requesting user holds in the account.

Example response

{
  "slug": "company-account",
  "subscription": "subscription",
  "roles": [
    "Owner",
    "Admin"
  ]
}