v4
latestSwagger 2.02026-08-0343714211.7 MBList AS2 Partners
List AS2 Partners
Query parameters
Used for pagination. When a list request has more records available, cursors are provided in the response headers X-Files-Cursor-Next and X-Files-Cursor-Prev. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
Number of records to show per page. (Max: 10000, 1,000 or less is recommended).
If set, sort records by the specified field in either asc or desc direction. Valid fields are workspace_id, as2_station_id or name.
If set, return records where the specified field is equal to the supplied value. Valid fields are as2_station_id and workspace_id. Valid field combinations are [ workspace_id, as2_station_id ].
Response
A list of As2Partners objects.
Example response
[
{
"id": 1,
"workspace_id": 1,
"as2_station_id": 1,
"name": "AS2 Partner Name",
"uri": "example",
"server_certificate": "require_match",
"http_auth_username": "username",
"additional_http_headers": {
"key": "example value"
},
"default_mime_type": "application/octet-stream",
"mdn_validation_level": "none",
"signature_validation_level": "normal",
"enable_dedicated_ips": true,
"hex_public_certificate_serial": "A5:EB:C1:95:DC:D8:2B:E7",
"public_certificate": "example",
"public_certificate_md5": "example",
"public_certificate_subject": "example",
"public_certificate_issuer": "example",
"public_certificate_serial": "example",
"public_certificate_not_before": "example",
"public_certificate_not_after": "example"
}
]