GET
/
v1
/
url-groups
/
{id}
curl --request GET \
  --url https://third-party.etrnl.app/v1/url-groups/{id} \
  --header 'API-Key: <api-key>'
{
	success: true,
	err: '',
	group: {
		name: "Group Name",
		appName: "ETRNL",
        organizationId: 33,
        creationDate: "2023-09-26T18:44:59.000Z",
		customUrl: "https://example.com/{tagId}/?enc={enc}&cmac={cmac}&eCode={eCode}"
	}
}

Returns the URL Group specified by the ID.


Headers

API-Key
string
required

Your organization’s private API key.

URL Params

id
string
required

The ID of the URL Group.