Skip to main content
GET
Get Available Delivery Providers
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/product/delivery-providers Description: Retrieves all available delivery providers configured for the tenant. This endpoint returns provider information including supported message types, delivery methods, and validation requirements. Authorization:
  • Required role: user or higher
Method: GET Response includes:
  • Provider identifier and display name
  • Supported message type (ERN, MEAD, CSV, etc.)
  • Delivery method (SFTP, API, HTTP)
  • Required fields for products and assets
  • Minimum asset requirements

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Available providers retrieved successfully

status
string
Example:

"success"

message
string
Example:

"Available delivery providers retrieved from database"

data
object[]