Moorestown VIP
Moorestown VIP runs a loyalty and rewards program for more than 100 local businesses around Moorestown, New Jersey, pairing directory listings with star ratings and links into the rewards program itself.
Moorestown VIP pairs a local directory with a loyalty and rewards program, and keeping a business profile accurate there means editing it by hand, then repeating that edit whenever the name, address, phone, or hours change. Listings API takes that manual work off the table, handling creation, edits, and sync for the Moorestown VIP listing through one unified API.
With just a few API calls, you can publish a business to Moorestown VIP using details like business name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to Moorestown VIP alongside every other citation on your plan.
- Update the business name, category, address, phone, website, or hours in a single call.
- Track publishing status and read the live listing URL once Moorestown VIP goes live.
What the API does on Moorestown VIP
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to Moorestown VIP from one canonical record. The same write updates the rest of your plan's network.
Publish status you can query
Per site publish state and live listing links are readable back through the API, so you can verify the Moorestown VIP listing from response instead of checking it manually.
Typed SDKs + MCP
Node.js and Python SDKs with full types, plus a hosted MCP server so agents and LLM tools can drive the same API.
Publish and sync your Moorestown VIP listing
curl -X POST https://listingsapi.com/api/v4/locations \
-H "Authorization: API $LISTINGSAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"name":"Acme Dental","description":"Acme Dental is a family-owned dental practice in downtown New York offering preventive care, cosmetic dentistry, orthodontics, and emergency appointments. The team pairs modern equipment with a gentle, patient-first approach, and same-week visits are available.","subCategoryId":1432,"street":"123 Jump Street","city":"New York","stateIso":"NY","postalCode":"10013","countryIso":"US","phone":"6443859313"}}' curl -X POST https://listingsapi.com/api/v4/locations/update \
-H "Authorization: API $LISTINGSAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"id":"TG9jYXRpb246MTgwMDI4OQ==","phone":"8073326999","street":"19 Trinity Enclave Main Rd"}}' curl https://listingsapi.com/api/v4/locations/TG9jYXRpb246MTgwMDI4OQ==/listings/premium \
-H "Authorization: API $LISTINGSAPI_KEY" Which plans include Moorestown VIP
Moorestown VIP is available on the Growth and Enterprise plans.
Moorestown VIP + Listings API
How do I add a business to Moorestown VIP with the API?
One createLocation call with the business name, category, address, phone, website, and hours publishes the listing to Moorestown VIP alongside the rest of your citations, placing the business into the same directory that lists its loyalty and rewards program members.
How long does publishing to Moorestown VIP take, and how do I confirm it?
Moorestown VIP usually reflects a new listing within a few hours to a few days after you publish it. Rather than checking the directory by eye, call GET /api/v4/locations/{id}/listings/premium and read the per site status and live URL back from the response.
Do I need a Moorestown VIP account to publish a listing?
You don't sign up on Moorestown VIP separately. A single Listings API key authenticates the request, and the listing data comes from your account, not from the site's own loyalty program signup. Listings API is an independent service and is not affiliated with Moorestown VIP.
How do I update a business's hours or address on Moorestown VIP?
Whatever changed, whether it's the hours, phone number, or street address, goes into one updateLocation request. That request rewrites the Moorestown VIP entry and every other citation on the plan at once, so the loyalty directory never carries stale details.
Can I manage rewards, posts, or review replies on Moorestown VIP through the API?
No. The loyalty and rewards side of Moorestown VIP is run separately from Listings API, which only keeps the listing fields, name, category, address, phone, website, and hours, in sync. Posting and review replies exist only for Google and Facebook profiles, and analytics reads come only from Google, Bing, and Facebook.
Which plan includes Moorestown VIP?
Moorestown VIP is part of the citation set on the Growth and Enterprise plans. Create a location on either tier and it publishes there automatically, without any separate signup for the loyalty and rewards side of the site, which stays managed on Moorestown VIP directly.