🚀 Depnix is currently in private beta. Request early access today!
All Docs

REST API

Integrate Depnix into your workflows using the REST API.

Authentication

All endpoints marked with a lock icon require a valid API token issued from your API Keys page. Pass the token as a Bearer token in the Authorization header.

Authorization: Bearer YOUR_API_TOKEN

Base URL

https://your-depnix-domain.com

Endpoints

Error Responses

401Missing or invalid API token. Include a valid Authorization: Bearer header.
403The authenticated user does not have permission to access the requested resource.
404The requested resource was not found or does not belong to your account.
422Validation failed. The response body contains a errors object with field-level messages.