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

# Get All

Get all URL Groups within your organization.

<br />

## Headers

<ParamField header="API-Key" placeholder="Your Private API Key" type="string" required>
  Your organization's private API key.
</ParamField>

<ResponseExample>
  ```json Successfully retrieved URL Groups theme={null}
  {
  	success: true,
  	err: '',
  	groups: [
  		{
  			id: 238,
  			appName: "ETRNL",
  			organizationId: 519,
  			creationDate: "2023-09-27 04:09:33.000000",
  			name: "Group Name",
  			customUrl: "https://example.com/authenticate/?tagId=%tagId%&eCode=%eCode%&enc=%enc%&cmac=%cmac%"
  		}
  	]
  }
  ```
</ResponseExample>
