Skip to content

Configuring Sample REST API

Chris Chasm edited this page Feb 2, 2021 · 9 revisions

Home

Disciple.Tools REST API Documentation

The Disciple.Tools REST API is documented extensively in the developer docs for Disciple.Tools.

Go to REST API documentation

Customize Sample REST API

This is an overview for adding your own custom endpoint with this plugin.

First define the permissions allowed to access the custom REST API

public $permissions = [ 'access_contacts', 'dt_all_access_contacts', 'view_project_metrics' ];

Clone this wiki locally