Boomi MFT - AFT Management API Reference (v1) - Certificates
Download OpenAPI Specification: Download
Retrieves all certificates associated with a specific organization
Authorizations:
ApiKeyBearer
query Parameters
| organizationId | integer <int32> Organization identifier to retrieve certificates for |
Responses
Response Schema:
Array
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| fileName | string or null |
| certificateTypeId | integer <int32> |
| type | string or null |
| description | string or null |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Retrieves detailed information for a specific certificate
Authorizations:
ApiKeyBearer
query Parameters
| certificateId | integer <int32> Unique identifier of the certificate to retrieve |
Responses
Response Schema:
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| fileName | string or null |
| certificateTypeId | integer <int32> |
| type | string or null |
| description | string or null |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Updates an existing certificate configuration
Authorizations:
ApiKeyBearer
Request Body schema:
Updated certificate configuration details and metadata
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| certificateTypeId | integer <int32> |
| file | string or null |
| fileName | string or null |
| certificateData | string or null <byte> |
| password | string or null |
| description | string or null |
Responses
Response Schema:
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| fileName | string or null |
| certificateTypeId | integer <int32> |
| type | string or null |
| description | string or null |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
Request samples
- Payload
Content type
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "certificateTypeId": 0,
- "file": "string",
- "fileName": "string",
- "certificateData": "string",
- "password": "string",
- "description": "string"
}Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Creates a new certificate for secure file transfer operations
Authorizations:
ApiKeyBearer
Request Body schema:
Certificate configuration details including name, file data, and metadata
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| certificateTypeId | integer <int32> |
| file | string or null |
| fileName | string or null |
| certificateData | string or null <byte> |
| password | string or null |
| description | string or null |
Responses
Response Schema:
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| fileName | string or null |
| certificateTypeId | integer <int32> |
| certificateData | string or null <byte> |
| password | string or null |
| description | string or null |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
Request samples
- Payload
Content type
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "certificateTypeId": 0,
- "file": "string",
- "fileName": "string",
- "certificateData": "string",
- "password": "string",
- "description": "string"
}Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Was this topic helpful?