Headers
Your organization’s private API key.
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%"
		}
	]
}
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%"
		}
	]
}
{
	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%"
		}
	]
}