Docs/API reference

Check UCP readiness

Inspect a commerce domain for Universal Commerce Protocol readiness.

Markdown
POST/api/ucp-checker/check

Request example

curl -X POST 'https://crawlconsole.com/api/ucp-checker/check' \
  -H 'Content-Type: application/json' \
  -d '{"domain":"example.com"}'

Try it

Responses

200

UCP readiness and detected commerce platform.

400

The domain could not be checked.

Was this page helpful?

Feedback helps prioritize documentation updates.