Skip to main content
POST
/
checkout
/
inspect
Inspect a checkout page via CDP without filling
curl --request POST \
  --url https://api.getovra.com/checkout/inspect \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cdpUrl": "<string>"
}
'
{
  "url": "<string>",
  "title": "<string>",
  "profile": "<string>",
  "iframes": 123,
  "inputCount": 123,
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Headers

Idempotency-Key
string

Unique key for idempotent request handling

Body

application/json
cdpUrl
string
required

Response

Page inspection result

url
string
title
string
profile
string
iframes
integer
inputCount
integer
error
string | null