Skip to main content

Products

Products define which resource should back a session. Use product_no when creating a session.
curl "https://api.nexalayer.net/v1/products?type=all" \
  -H "X-API-Key: $NEXALAYER_API_KEY"

Query parameters

ParameterDescription
typeall, dynamic, or static
country_codeOptional country filter

Response fields

Common fields:
FieldDescription
product_noUse this value in POST /sessions
typedynamic or static
country_code / city_codeCountry and city codes
protocolsSupported protocols
inventoryAvailable stock or capacity
project_requiredWhether a static shared product needs a project

Choosing a product

  • choose dynamic for high-volume tasks and rotation-friendly jobs
  • choose static for account login, long-lived identity, and fixed-region automation
  • when unsure, start with a low-volume dynamic session and use telemetry plus health data to evaluate the fit