> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Developer Account

> Retrieve your developer account details, registered apps, and API key metadata.

<ParamField path="developerId" type="string" required>
  Your developer account UUID.
</ParamField>

<ResponseField name="id" type="string">Developer account UUID.</ResponseField>
<ResponseField name="organizationId" type="string">Linked organisation.</ResponseField>
<ResponseField name="tier" type="string">Access tier.</ResponseField>
<ResponseField name="status" type="string">Account status.</ResponseField>

<ResponseField name="apiKeys" type="object[]">
  List of active API keys (key values are never returned after initial creation).
</ResponseField>
