v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBProjects
List Projects
Get a list of all the Projects in your account, with associated metadata
get/projects
Query parameters
per_pageinteger
Optional pagination argument that specifies the maximum number of objects to return per request
pageinteger
Optional pagination argument that specifies the page to return. If you have 140 objects and you choose to return 100 objects per page you will be able to access the last 40 objects on page 2. The default value is 1.
Response
Return all Projects
Example response
[
{
"account_id": 12345,
"confidence_threshold": 0.9,
"dcp_service_id": 121234,
"description": "Project for user sign up flow",
"id": 1000,
"name": "Test Project",
"socket_token": "AABBCCDD~123456789",
"web_snippet": {
"ip_filter": "^206\\.23\\.100\\.([5-9][0-9]|1([0-4][0-9]|50))$",
"js_file_size": 63495,
"project_javascript": "alert(\"Active Experiment\")",
"visitor_id_locator_name": "cookie_name"
}
}
]