Skip to main content

Get Account by ID

Endpoint: GET /accounts/{id}

Authentication: X-API-Key: {{apiKey}}

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
AuthorizationstringYesX-API-Key for authentication

Request Schema

{
"headers": {
"X-API-Key": "{{apiKey}}"
}
}