APIDiffGuard

REST API

Authenticate with an API key and run checks programmatically.

Authenticate with an API key header. Base URL:

https://api.apidiffguard.com/v1

Endpoints

MethodPathDescription
POST/endpointsCreate an endpoint
POST/endpoints/:id/baselineCapture baseline
POST/endpoints/:id/checkRun check
GET/endpoints/:id/diffsList diffs
POST/webhooksRegister inbound webhook

Example

curl -X POST https://api.apidiffguard.com/v1/endpoints/ep_users/check \
  -H "Authorization: Bearer adg_live_…" \
  -H "Content-Type: application/json"

Create keys under Settings → Tokens in the console.

On this page