Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>"
}

Path Parameters

accountId
string
required

The unique identifier of the account.

Example:

"decafbad-cafe-4dad-f00d-123456789abc"

Response

id
string
required
name
string
required
description
string