Skip to main content

Get Account by ID

Endpoint: GET /accounts/{id}

Authentication: Bearer Token (required)

Description

Retrieves the details of a specific account using its unique identifier.

Request

Path Parameters

NameTypeRequiredDescription
idstringYesThe UUID of the account to retrieve

Headers

NameTypeRequiredDescription
AuthorizationstringYesBearer token for authentication

Request Schema

{
"headers": {
"Authorization": "Bearer <token>"
}
}