GET
/
v1
/
url-groups
curl --request GET \
  --url https://third-party.etrnl.app/v1/url-groups \
  --header 'API-Key: <api-key>'
{
	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%"
		}
	]
}

Get all URL Groups within your organization.


Headers

API-Key
string
required

Your organization’s private API key.