> ## 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.

# Register Developer Account

> Create a developer account linked to your organisation. Required before creating OAuth apps or API keys.

<ParamField body="organizationId" type="string" required>
  Your Organisation UUID.
</ParamField>

<ParamField body="type" type="individual | organization">
  Account type. Default `organization`.
</ParamField>

<ParamField body="tier" type="starter | professional | enterprise">
  Access tier. Default `starter`.
</ParamField>

<ResponseField name="id" type="string">Developer account UUID.</ResponseField>
<ResponseField name="status" type="string">`pending_verification` or `active`</ResponseField>
<ResponseField name="tier" type="string">Access tier.</ResponseField>
