Advertising sustains the DA. Ads are hidden for members. Join today

Contributed module documentation

Custom API

A Custom API allows Drupal to act as a data provider or consumer, enabling structured communication with third-party systems using RESTful endpoints.

Feature Handbook

Secure Drupal Custom APIs by authenticating users or applications via trusted external Identity Providers for seamless and scalable access.

How to Create Custom APIs in Drupal

This setup guide explains how to create Custom APIs in Drupal, including configuration, security, and testing for reliable integrations.

How to Create a DELETE API to Remove Data

Learn how to create a DELETE API to remove data using REST APIs, including endpoints, authorization, and responses.

How to Create a POST API to Insert Data

Learn how to create a POST API to insert data using REST APIs, including request body, validation, and response handling.

How to Create a PUT API to Update Data

This document explains how to create a PUT API to update data using REST APIs, including request payloads, validation, and responses.