Custom Connections allow users to integrate external systems with Drata. This includes Custom Data connections for pushing JSON evidence and Custom Device connections for device management and monitoring
Create a new Custom Connection. Currently, only Custom Device connections are supported.
🔒 Requires Custom Connections Data: Create Custom Connection Data permission.
💎 Requires your account have the Custom Connections and Tests feature. Contact your CSM for help upgrading.
Created
Malformed data and/or validation errors
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "name": "My Custom Connection",
- "providerTypes": [
- "MDM"
]
}
{- "id": 1,
- "clientAlias": "My Custom Connection",
- "description": "Custom connection for managing Employee Data",
- "providerTypes": [
- "MDM"
], - "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "createdById": 1,
- "createdByUser": {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
}
Find Custom Connections matching the provided filters.
🔒 Requires Custom Connections Data: List Custom Connections permission.
💎 Requires your account have the Custom Connections and Tests feature. Contact your CSM for help upgrading.
Malformed data and/or validation errors
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "data": [
- {
- "id": 1,
- "clientAlias": "My Custom Connection",
- "description": "Custom connection for managing Employee Data",
- "providerTypes": [
- "MDM"
], - "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "createdById": 1,
- "createdByUser": {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
}
], - "pagination": {
- "cursor": "string"
}
}
🔒 Requires Custom Connections Data: List Custom Connections permission.
💎 Requires your account have the Custom Connections and Tests feature. Contact your CSM for help upgrading.
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "id": 1,
- "clientAlias": "My Custom Connection",
- "description": "Custom connection for managing Employee Data",
- "providerTypes": [
- "MDM"
], - "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "createdById": 1,
- "createdByUser": {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
}
Update Custom Connection details
🔒 Requires Custom Connections Data: Create and Update Custom Connection Data permission.
💎 Requires your account have the Custom Connections and Tests feature. Contact your CSM for help upgrading.
Successful
Malformed data and/or validation errors
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "clientAlias": "My Updated Custom Connection",
- "description": "Updated description for Custom Connection"
}
{- "id": 1,
- "clientAlias": "My Custom Connection",
- "description": "Custom connection for managing Employee Data",
- "providerTypes": [
- "MDM"
], - "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "createdById": 1,
- "createdByUser": {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
}
🔒 Requires custom-connections-delete permission.
💎 Requires your account have the Custom Connections and Tests feature. Contact your CSM for help upgrading.
No Content
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "statusCode": 0,
- "message": "string",
- "code": 0,
- "debugInfo": {
- "name": "string",
- "message": "string",
- "stack": "string"
}
}