How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ObservePoint Manual Journeys API

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](/sections/api-recipes/har-file-processing).

ObservePoint Manual Journeys API is one of 65 APIs that ObservePoint publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Manual Journeys. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 29 operations across 18 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, https://api.observepoint.com/v2.

29 operations 18 paths 25 schemas 6 DELETE12 GET6 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://api.observepoint.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

ObservePoint Manual Journeys API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (API_Key).

  • API_Key — Use the Authorization header in your requests with ObservePoint API key as header value. Example: Authorization: abc123...def456

Paths & Operations 29

Across 18 paths, the API surfaces 29 operations — 6 DELETE, 12 GET, 6 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

Manual Journeys 29

Endpoints for managing manual journeys including real device testing, HAR file ingestion, and journey execution control. These endpoints power Live Connect and HAR Analyzer featur…

GET
/manual-journeys
Get all manual journeys
allJourneys body → 200401
POST
/manual-journeys
Create new manual journey
createJourney body → 201401
GET
/manual-journeys/certificates/default
Get default certificate metadata
observepoint$api$manualjourney$ManualJourneyRoute$$getDefaultCertificate → 200401
GET
/manual-journeys/{manualJourneyId}
Get manual journey
journey 1 param → 200401404
POST
/manual-journeys/{manualJourneyId}
Initialize manual journey run
initialize 1 param → 200401404
PUT
/manual-journeys/{manualJourneyId}
Update manual journey
updateJourney 1 param body → 200401404422
DELETE
/manual-journeys/{manualJourneyId}
Delete manual journey
deleteJourney 1 param → 204401404423
POST
/manual-journeys/{manualJourneyId}/delete
Delete manual journey via POST request
deleteJourneyViaPost 1 param → 204401404423
POST
/manual-journeys/{manualJourneyId}/har-runs
Create a manual journey run within the manualJourneyId based on uploaded har files.
createHarRun 1 param body → 200401
GET
/manual-journeys/{manualJourneyId}/labels
Get manual journey labels
journeyLabels 1 param → 200401404
PUT
/manual-journeys/{manualJourneyId}/labels
Update manual journey labels
updateJourneyLabels 1 param body → 200401404
DELETE
/manual-journeys/{manualJourneyId}/labels/{labelId}
Delete manual journey label
deleteJourneyLabel 2 params → 204401404
GET
/manual-journeys/{manualJourneyId}/rules
Get manual journey rules
journeyRules 1 param → 200401404
PUT
/manual-journeys/{manualJourneyId}/rules
Update manual journey rules
updateJourneyRules 1 param body → 200401404
GET
/manual-journeys/{manualJourneyId}/runs
Get all available manual journey runs
allRuns 1 param body → 200401404
GET
/manual-journeys/{manualJourneyId}/runs/{runId}
Get specified manual journey run
run 2 params → 200401404
DELETE
/manual-journeys/{manualJourneyId}/runs/{runId}
Delete manual journey run
deleteJourneyRun 2 params → 204401404
POST
/manual-journeys/{manualJourneyId}/runs/{runId}/actions
Create new action in specified manual journey run
nextJourneyRunAction 2 params → 200401404
GET
/manual-journeys/{manualJourneyId}/runs/{runId}/actions/{actionId}
Get specified manual journey run action
journeyRunAction 3 params → 200401404
DELETE
/manual-journeys/{manualJourneyId}/runs/{runId}/actions/{actionId}
Deletes specified manual journey run action
deleteJourneyRunAction 3 params → 200401404
POST
/manual-journeys/{manualJourneyId}/runs/{runId}/control
Manual journey run control request
processRunControlRequest 2 params body → 200401404
GET
/manual-journeys/{manualJourneyId}/runs/{runId}/labels
Get manual journey run labels
runLabels 2 params → 200401404
PUT
/manual-journeys/{manualJourneyId}/runs/{runId}/labels
Update manual journey run labels
updateRunLabels 2 params body → 200401404
DELETE
/manual-journeys/{manualJourneyId}/runs/{runId}/labels/{labelId}
Delete manual journey run label
deleteRunLabel 3 params → 204401404
GET
/manual-journeys/{manualJourneyId}/runs/{runId}/request-filters
Get request filters of specified manual journey run
getRequestFilters 2 params → 200401404
PUT
/manual-journeys/{manualJourneyId}/runs/{runId}/request-filters
Set request filters for specified manual journey run
setRequestFilters 2 params body → 200401404
DELETE
/manual-journeys/{manualJourneyId}/runs/{runId}/request-filters
Reset request filters for specified manual journey run
removeRequestFilters 2 params → 200401404
GET
/manual-journeys/{manualJourneyId}/runs/{runId}/request-logs
Get request logs of specified manual journey run
getRequestLogs 2 params body → 200401404
GET
/manual-journeys/{manualJourneyId}/runs/{runId}/tags
Get tags of specified manual journey run
getRunTags 2 params body → 200401404

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are JourneyRun (14 properties), Journey (11 properties), Tag (9 properties), RequestLog (8 properties). Each schema is shown below with its type and property counts.

SeqString
object
2 properties 2 required
Value
object
RuleResultOverview
object
4 properties 4 required
Journey
object
11 properties 9 required
Authorization
object
2 properties 2 required
Pagination
object
2 properties 2 required
Label
object
2 properties 2 required
InitializedJourney
object
5 properties 4 required
TagType
object
TagVendor
object
2 properties 2 required
Function1RequestContextFutureRouteResult
object
RequestLogProperty
object
2 properties 2 required
UploadedHarFile
object
2 properties 1 required
Certificate
object
2 properties 2 required
SeqValue
object
2 properties 2 required
RunRuleDetails
object
2 properties 2 required
JourneyRequest
object
6 properties 5 required
RequestLog
object
8 properties 8 required
HarJourneyRunCreateRequest
object
Model for creation of live connect run based on har files
3 properties 1 required
ProxyInfo
object
3 properties 2 required
Action
object
6 properties 5 required
TagCategory
object
Tag category data
2 properties 2 required
ItemIsRunningApiError
object
3 properties 3 required
Tag
object
Tag data
9 properties 5 required
JourneyRun
object
14 properties 8 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

observepoint-manual-journeys-api-openapi.yml Raw ↑

Other APIs ObservePoint publishes across the network.

ObservePoint Account API
ObservePoint Account Triggered Alerts API
ObservePoint Account Usage Alerts API
ObservePoint Account Usage Export API
ObservePoint Account Usage V2 API
ObservePoint Action Set Action Rules API
ObservePoint Action Set Actions API
ObservePoint Action Sets API
ObservePoint Alert Export API
ObservePoint Alert Summary Report API
ObservePoint Alerts API
ObservePoint Audit Actions API
Where this information came from

This is an independent, third-party profile of ObservePoint Manual Journeys API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.