Validate a list of entries before creating a client list.
External DocumentationTo learn more, visit the Akamai Client List documentation.

Basic Parameters

ParameterDescription
ItemsA comma-separated list of entry values to validate.

Examples:
* IP list - 10.10.10.10,11.11.11.11
* GEO list - EU,US
List TypeThe type of client list to validate entries for.

Advanced Parameters

ParameterDescription
Account Switch KeyAn account switch key to execute the operation on behalf of a different account.

Example Output

{
	"duplicatesCount": 0,
	"existingCount": 0,
	"importedCount": 2,
	"itemsImported": false,
	"validation": {
		"errors": []
	}
}

Workflow Library Example

Validate Entries with Akamai Client List and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop