Integrate Depnix into your workflows using the REST API.
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_TOKENBase 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.