Endpoints for managing tags and tag-related operations including tag metadata and configuration
V2 API
Download OpenAPI description
Languages
Servers
https://api.observepoint.com/v2/
- https://api.observepoint.com/v2/rules
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.observepoint.com/v2/rules \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"checkTimes": 0,
"isDefaultRule": 0,
"labels": [
{
"id": 0
}
],
"matchAllFilters": true,
"name": "string",
"pageFilters": [
{
"matchType": "Equals",
"ruleId": 0,
"type": 1,
"value": "string"
}
],
"recipients": [
"string"
],
"tags": [
{
"account": "string",
"clause": "If",
"matchType": "Equals",
"ruleId": 0,
"statusCode": {
"matchType": "Equals",
"value": 0,
"valueType": "Specific"
},
"tagId": 0,
"validationDescription": "string",
"variables": [
{
"matchType": "Equals",
"ruleTagId": 0,
"selectorType": "String",
"validationDescription": "string",
"value": "string",
"valueTagId": 0,
"variable": "string"
}
]
}
]
}'Response
application/json
{ "accountId": 0, "checkTimes": 0, "createdAt": "2019-08-24T14:15:22Z", "createdBy": 0, "fromTemplate": true, "id": 0, "isDefaultRule": true, "labels": [ { … } ], "matchAllFilters": true, "name": "string", "pageFilters": [ { … } ], "recipients": [ "string" ], "tags": [ { … } ], "updatedAt": "2019-08-24T14:15:22Z" }
- https://api.observepoint.com/v2/rules/previews
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.observepoint.com/v2/rules/previews \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
[ { "id": 0, "isDefaultRule": true, "labels": [ … ], "name": "string" } ]
Bodyapplication/json
Enum"ACTIVE""ACTIVE_BILLING_PROBLEM""INACTIVE_BILLING_FAILED""INACTIVE_USER_CANCELLED""INACTIVE""DEMO"
Enum"ADOBE_AUDITOR""FREE""CONTRACT""CPM_PARTNER""SAMPLE""INTERNAL""CONTRACT_SELF_SERVICE"
- https://api.observepoint.com/v2/rules/snapshots/page-filters/{pageFilterSnapshotId}/original
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.observepoint.com/v2/rules/snapshots/page-filters/{pageFilterSnapshotId}/original' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"accountId": 0,
"accountStatus": "ACTIVE",
"accountType": "ADOBE_AUDITOR",
"authToken": {
"created": "string",
"decryptedToken": "string",
"token": "string",
"tokenType": {},
"userId": "string"
},
"capabilities": {
"customProxySupport": true,
"strongPasswordPolicy": true,
"vpnSupport": true
},
"credsExpired": true,
"email": "string",
"features": [
{}
],
"id": 0,
"isAccountActive": true,
"isAccountAdmin": true,
"isLongTermToken": true,
"isOpAdmin": true,
"isOpSysAdmin": true,
"isReadOnly": true,
"isUser": true,
"isUserToken": true,
"isVisitor": true,
"loginAsRequestedByUserId": 0,
"permissions": {
"intValue": 0,
"stringValue": "string"
},
"snowflakeUsage": {
"useForAdobeAuditor": true,
"useForAppJourneyRuleResults": true,
"useForAppJourneys": true,
"useForAudits": true,
"useForLiveConnect": true,
"useForLiveConnectRuleResults": true,
"useForWebJourneyRuleResults": true,
"useForWebJourneys": true,
"used": true
},
"timezone": {
"fixed": true,
"id": "string"
},
"tokenType": {}
}'Response
application/json
{ "accountId": 0, "checkTimes": 0, "createdAt": "2019-08-24T14:15:22Z", "createdBy": 0, "fromTemplate": true, "id": 0, "isDefaultRule": true, "labels": [ { … } ], "matchAllFilters": true, "name": "string", "pageFilters": [ { … } ], "recipients": [ "string" ], "tags": [ { … } ], "updatedAt": "2019-08-24T14:15:22Z" }
Bodyapplication/json
Enum"ACTIVE""ACTIVE_BILLING_PROBLEM""INACTIVE_BILLING_FAILED""INACTIVE_USER_CANCELLED""INACTIVE""DEMO"
Enum"ADOBE_AUDITOR""FREE""CONTRACT""CPM_PARTNER""SAMPLE""INTERNAL""CONTRACT_SELF_SERVICE"
- https://api.observepoint.com/v2/rules/snapshots/tags/variables/{tagVariableSnapshotId}/original
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.observepoint.com/v2/rules/snapshots/tags/variables/{tagVariableSnapshotId}/original' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"accountId": 0,
"accountStatus": "ACTIVE",
"accountType": "ADOBE_AUDITOR",
"authToken": {
"created": "string",
"decryptedToken": "string",
"token": "string",
"tokenType": {},
"userId": "string"
},
"capabilities": {
"customProxySupport": true,
"strongPasswordPolicy": true,
"vpnSupport": true
},
"credsExpired": true,
"email": "string",
"features": [
{}
],
"id": 0,
"isAccountActive": true,
"isAccountAdmin": true,
"isLongTermToken": true,
"isOpAdmin": true,
"isOpSysAdmin": true,
"isReadOnly": true,
"isUser": true,
"isUserToken": true,
"isVisitor": true,
"loginAsRequestedByUserId": 0,
"permissions": {
"intValue": 0,
"stringValue": "string"
},
"snowflakeUsage": {
"useForAdobeAuditor": true,
"useForAppJourneyRuleResults": true,
"useForAppJourneys": true,
"useForAudits": true,
"useForLiveConnect": true,
"useForLiveConnectRuleResults": true,
"useForWebJourneyRuleResults": true,
"useForWebJourneys": true,
"used": true
},
"timezone": {
"fixed": true,
"id": "string"
},
"tokenType": {}
}'Response
application/json
{ "accountId": 0, "checkTimes": 0, "createdAt": "2019-08-24T14:15:22Z", "createdBy": 0, "fromTemplate": true, "id": 0, "isDefaultRule": true, "labels": [ { … } ], "matchAllFilters": true, "name": "string", "pageFilters": [ { … } ], "recipients": [ "string" ], "tags": [ { … } ], "updatedAt": "2019-08-24T14:15:22Z" }
Bodyapplication/json
Enum"ACTIVE""ACTIVE_BILLING_PROBLEM""INACTIVE_BILLING_FAILED""INACTIVE_USER_CANCELLED""INACTIVE""DEMO"
Enum"ADOBE_AUDITOR""FREE""CONTRACT""CPM_PARTNER""SAMPLE""INTERNAL""CONTRACT_SELF_SERVICE"
- https://api.observepoint.com/v2/rules/snapshots/tags/{tagSnapshotId}/original
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.observepoint.com/v2/rules/snapshots/tags/{tagSnapshotId}/original' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"accountId": 0,
"accountStatus": "ACTIVE",
"accountType": "ADOBE_AUDITOR",
"authToken": {
"created": "string",
"decryptedToken": "string",
"token": "string",
"tokenType": {},
"userId": "string"
},
"capabilities": {
"customProxySupport": true,
"strongPasswordPolicy": true,
"vpnSupport": true
},
"credsExpired": true,
"email": "string",
"features": [
{}
],
"id": 0,
"isAccountActive": true,
"isAccountAdmin": true,
"isLongTermToken": true,
"isOpAdmin": true,
"isOpSysAdmin": true,
"isReadOnly": true,
"isUser": true,
"isUserToken": true,
"isVisitor": true,
"loginAsRequestedByUserId": 0,
"permissions": {
"intValue": 0,
"stringValue": "string"
},
"snowflakeUsage": {
"useForAdobeAuditor": true,
"useForAppJourneyRuleResults": true,
"useForAppJourneys": true,
"useForAudits": true,
"useForLiveConnect": true,
"useForLiveConnectRuleResults": true,
"useForWebJourneyRuleResults": true,
"useForWebJourneys": true,
"used": true
},
"timezone": {
"fixed": true,
"id": "string"
},
"tokenType": {}
}'Response
application/json
{ "accountId": 0, "checkTimes": 0, "createdAt": "2019-08-24T14:15:22Z", "createdBy": 0, "fromTemplate": true, "id": 0, "isDefaultRule": true, "labels": [ { … } ], "matchAllFilters": true, "name": "string", "pageFilters": [ { … } ], "recipients": [ "string" ], "tags": [ { … } ], "updatedAt": "2019-08-24T14:15:22Z" }
Bodyapplication/json
Enum"ACTIVE""ACTIVE_BILLING_PROBLEM""INACTIVE_BILLING_FAILED""INACTIVE_USER_CANCELLED""INACTIVE""DEMO"
Enum"ADOBE_AUDITOR""FREE""CONTRACT""CPM_PARTNER""SAMPLE""INTERNAL""CONTRACT_SELF_SERVICE"
- https://api.observepoint.com/v2/rules/snapshots/{ruleSnapshotId}/original
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.observepoint.com/v2/rules/snapshots/{ruleSnapshotId}/original' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"accountId": 0,
"accountStatus": "ACTIVE",
"accountType": "ADOBE_AUDITOR",
"authToken": {
"created": "string",
"decryptedToken": "string",
"token": "string",
"tokenType": {},
"userId": "string"
},
"capabilities": {
"customProxySupport": true,
"strongPasswordPolicy": true,
"vpnSupport": true
},
"credsExpired": true,
"email": "string",
"features": [
{}
],
"id": 0,
"isAccountActive": true,
"isAccountAdmin": true,
"isLongTermToken": true,
"isOpAdmin": true,
"isOpSysAdmin": true,
"isReadOnly": true,
"isUser": true,
"isUserToken": true,
"isVisitor": true,
"loginAsRequestedByUserId": 0,
"permissions": {
"intValue": 0,
"stringValue": "string"
},
"snowflakeUsage": {
"useForAdobeAuditor": true,
"useForAppJourneyRuleResults": true,
"useForAppJourneys": true,
"useForAudits": true,
"useForLiveConnect": true,
"useForLiveConnectRuleResults": true,
"useForWebJourneyRuleResults": true,
"useForWebJourneys": true,
"used": true
},
"timezone": {
"fixed": true,
"id": "string"
},
"tokenType": {}
}'Response
application/json
{ "accountId": 0, "checkTimes": 0, "createdAt": "2019-08-24T14:15:22Z", "createdBy": 0, "fromTemplate": true, "id": 0, "isDefaultRule": true, "labels": [ { … } ], "matchAllFilters": true, "name": "string", "pageFilters": [ { … } ], "recipients": [ "string" ], "tags": [ { … } ], "updatedAt": "2019-08-24T14:15:22Z" }
- https://api.observepoint.com/v2/rules/{ruleId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.observepoint.com/v2/rules/{ruleId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "accountId": 0, "checkTimes": 0, "createdAt": "2019-08-24T14:15:22Z", "createdBy": 0, "fromTemplate": true, "id": 0, "isDefaultRule": true, "labels": [ { … } ], "matchAllFilters": true, "name": "string", "pageFilters": [ { … } ], "recipients": [ "string" ], "tags": [ { … } ], "updatedAt": "2019-08-24T14:15:22Z" }
- https://api.observepoint.com/v2/rules/{ruleId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api.observepoint.com/v2/rules/{ruleId}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"checkTimes": 0,
"id": 0,
"isDefaultRule": 0,
"labels": [
{
"id": 0
}
],
"matchAllFilters": true,
"name": "string",
"pageFilters": [
{
"id": 0,
"matchType": "Equals",
"ruleId": 0,
"type": 1,
"value": "string"
}
],
"recipients": [
"string"
],
"tags": [
{
"account": "string",
"clause": "If",
"id": 0,
"matchType": "Equals",
"ruleId": 0,
"statusCode": {
"matchType": "Equals",
"value": 0,
"valueType": "Specific"
},
"tagId": 0,
"validationDescription": "string",
"variables": [
{
"id": 0,
"matchType": "Equals",
"ruleTagId": 0,
"selectorType": "String",
"validationDescription": "string",
"value": "string",
"valueTagId": 0,
"variable": "string"
}
]
}
]
}'Response
application/json
{ "accountId": 0, "checkTimes": 0, "createdAt": "2019-08-24T14:15:22Z", "createdBy": 0, "fromTemplate": true, "id": 0, "isDefaultRule": true, "labels": [ { … } ], "matchAllFilters": true, "name": "string", "pageFilters": [ { … } ], "recipients": [ "string" ], "tags": [ { … } ], "updatedAt": "2019-08-24T14:15:22Z" }
- https://api.observepoint.com/v2/rules/{ruleId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://api.observepoint.com/v2/rules/{ruleId}' \
-H 'Authorization: YOUR_API_KEY_HERE'- https://api.observepoint.com/v2/rules/{ruleId}/web-journeys
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.observepoint.com/v2/rules/{ruleId}/web-journeys' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
[ { "actions": [ … ], "createdAt": "2019-08-24T14:15:22Z", "domainId": 0, "emails": [ … ], "folderId": 0, "id": 0, "lastCheck": "2019-08-24T14:15:22Z", "name": "string", "nextCheck": "2019-08-24T14:15:22Z", "options": { … }, "queued": true, "screenshot": "string", "status": "Ok", "userId": 0, "webJourneyRunning": true } ]
Manual Journeys
Endpoints for managing manual journeys including real device testing, HAR file ingestion, and journey execution control. These endpoints power Live Connect and HAR Analyzer features in the ObservePoint UI, enabling users to perform manual testing on real devices and analyze HAR files for tag validation and troubleshooting.
For more information, see the HAR File Processing API Recipe.
Operations