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>"
}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>"
}API key (sk_...) or Agent token (at_...)
Unique key for idempotent request handling