v1

latestOpenAPI 3.1.02026-07-24334970.2 KB
Endpoint

Return the parameters for the specified endpoint.

Endpoint detail

get/1.0/endpoints/{id}

Path parameters

idstring required

Endpoint identifier

Response

Endpoint resource

namestring
descriptionstring nullable
positionBeforestring nullable
trafficUsage'Login' | 'Rss' | 'Form' | 'General' | 'Payment' | 'Cart' | 'Forms' | 'Account Creation'
source'Web Browser' | 'Api' | 'Mobile App' | 'Agentic Protocol'
cookieSameSite'Lax' | 'None' | 'Strict'

DataDome's cookie SameSite parameter for the endpoint.

domainstring nullable
pathInclusionstring nullable
pathExclusionstring nullable
userAgentInclusionstring nullable
responseFormat'json' | 'html' | 'auto'
detectionEnabledboolean

The detection status for the endpoint.

protectionEnabledboolean

The protection status for the endpoint.

querystring nullable

Example response

{
  "cookieSameSite": "Lax",
  "responseFormat": "auto"
}