Enable/Disable Request a Phone Call

This endpoint lets you enable or disable Request a Phone Call for a particular business. Check whether the business is eligible using the Get business by ID endpoint and inspecting the rapc object.

Example:
To enable Request a Phone call for a Business with ID "loPSlzp6M628rzyCRPqrv3tC", send an authenticated POST request to the URL:
https://api.yelp.com/v3/businesses/loPSlzp6M628rzyCRPqrv3tC/rapc_enabledness with the following request body:

{
    "is_enabled": true,
}

For the above request, a successful POST call will return a 202 accepted response.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

A unique identifier for a Yelp Business. Can be either a 22-character Yelp Business ID, or a Yelp Business Alias.

Body Params
boolean
required

Whether RaPC should be enabled

Responses
202

The RaPC status has been set.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json