-
SEO Learning Center
Broaden your SEO knowledge with resources for all skill levels.
-
The Beginner's Guide to SEO
If you're brand new to SEO, start here.
-
SEO Q&A
Get answers from the Moz Community.
-
Free Downloads and More
Quick access to whitepapers, reports, guides, webinars, and case studies.
-
Help Hub
Learn how to use Moz products.
-
Community & Events
Connect with over 600k online marketers.
-
SEO Training
Instructor-led classes and seminars
Test
Async Ping
Use this endpoint to verify that your integration correctly handles the asynchronous methods in the Moz JSON-RPC API, without spending any quota.
It returns an async_call immediately. Poll async.call.lookup with that async_call.id until the status is complete. Completion is held back for at least 5 seconds, so your first lookup will usually see pending.
Pass a message to have it echoed back in the completed call's result. Pass error: true to have the call complete with an error instead.
See test.ping for the synchronous equivalent, and the Asynchronous API Calls guide for the full request lifecycle.
JSON-RPC Method:
test.ping.asyncmessage
string
(Optional)
A message to return to the caller.
Default Value: Hello, world.
error
boolean
(Optional)
If true, the request will fail instead of returning a message. Use this to exercise the error handling in your integration.
Default Value: false
async_call
object
Requires access to the Moz API row quota, but uses zero rows per call.
api.limits.data.rows