Waiting for engine...
Skip to main content

Boomi MFT - AFT Management API Reference (v1) - EndpointOptions

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

EndpointOptions

Retrieves all available protocols for endpoint configuration

Returns list of all available transfer protocols for endpoint configuration.

Authorizations:
ApiKeyBearer

Responses

Response Schema:
Array
id
integer <int32>
name
string or null
displayOrder
integer <int32>
description
string or null

Response samples

Content type
No sample

Retrieves configuration options for a specific protocol

Returns detailed configuration options and settings available for a specific protocol.

Authorizations:
ApiKeyBearer
query Parameters
protocolId
integer <int32>

Unique identifier of the protocol to get options for

Responses

Response Schema:
protocolId
integer <int32>
Array of objects or null (EndpointTypes)

Response samples

Content type
No sample

Retrieves all protocol types

Returns complete list of protocols with their associated endpoint types and configuration options.

Authorizations:
ApiKeyBearer

Responses

Response Schema:
Array
object (vwProtocolsList)
object (ProtocolTypeViewItem)

Response samples

Content type
No sample

Retrieves the server path configuration

Returns configured server path for endpoint setup and configuration.

Authorizations:
ApiKeyBearer

Responses

Response Schema:
string

Response samples

Content type
No sample

Retrieves available AWS S3 regions for endpoint configuration

Returns list of available AWS S3 regions with endpoint URLs for S3 configuration.

Authorizations:
ApiKeyBearer

Responses

Response Schema:
Array
id
integer <int32>
name
string or null
region
string or null
endpoint
string or null
protocol
string or null
description
string or null

Response samples

Content type
No sample

Retrieves available Azure Blob Storage authentication types for endpoints

Returns available authentication methods for Azure Blob Storage endpoints.

Authorizations:
ApiKeyBearer

Responses

Response Schema:
Array
id
integer <int32>
name
string or null
description
string or null

Response samples

Content type
No sample