API Overview
Introduction
V2 API Authentication
// create the base64 encoded string
echo -n YOUR_API_KEY:YOUR_API_SECRET | base64// making an API request
curl -X GET \
https://api.docupilot.app/accounts/v2/users/me/ \
-H 'Authorization: Bearer <Base64 encoded API credentials>'X-Workspace Header

V1 API Introduction (Deprecated)
Deprecation notice of V1 APIs❗️
Authentication
Last updated