Restrict Content Pro REST API provides a complete RESTful JSON API for retrieving, updating, creating, and deleting membership data in Restrict Content Pro.
Versioning
Each distinct version of the REST API is accessible via the rcp
 endpoint. Versions may be deprecated at any time but at no time will breaking changes be implementing without incrementing the version number. Past versions are expected to be kept available for at least six months beyond the release of the proceeding version.
- /wp-json/rcp/{version}/{route}
Example: – /wp-json/rcp/v1/{route}
Current version: v1
Authentication
The RCP REST API requires authenticating with a WordPress user account that has the necessary capabilities in order to view, modify, and delete information via the REST API.
Reviews
There are no reviews yet.