v4
latestSwagger 2.02026-08-0343714211.7 MBas2_stations
AS2 Stations
List AS2 Stations
List AS2 Stations
get/as2_stations
Query parameters
cursorstring
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.
per_pageinteger
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 and name.
If set, return records where the specified field is equal to the supplied value. Valid fields are workspace_id.
Response
A list of As2Stations objects.
Example response
[
{
"id": 1,
"workspace_id": 1,
"name": "AS2 Station Name",
"uri": "example",
"domain": "domain.test",
"hex_public_certificate_serial": "A5:EB:C1:95:DC:D8:2B:E7",
"public_certificate_md5": "example",
"public_certificate": "example",
"private_key_md5": "example",
"public_certificate_subject": "example",
"public_certificate_issuer": "example",
"public_certificate_serial": "example",
"public_certificate_not_before": "example",
"public_certificate_not_after": "example",
"private_key_password_md5": "example"
}
]