Certificates
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /api/v1/certificates HTTP/1.1
Host: core.wearepatchworks.com
Content-Type: application/json
Accept: */*
Content-Length: 88
{
"connector_id": 1,
"certificate": "example_certificate",
"passphrase": "example_passphrase"
}{
"data": {
"id": 1,
"connector_id": 1,
"certificate": "example_certificate",
"passphrase": "example_passphrase",
"created_at": "2025-01-15T10:30:00.000000Z",
"updated_at": "2025-01-15T10:30:00.000000Z",
"name": "My Example",
"user_id": 1,
"connector": {},
"user": {}
}
}DELETE /api/v1/certificates/{certificate} HTTP/1.1
Host: core.wearepatchworks.com
Accept: */*
{
"message": "Action completed successfully."
}