v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBAccounts
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
Example response
{
"slug": "company-account",
"subscription": "subscription",
"roles": [
"Owner",
"Admin"
]
}