Files

Get SEPA Export file by ID for tenant

get

Downloads a specified SEPA Export file.

Required scopes
This endpoint requires the following scopes:
  • : View output from SEPA export
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

Your Emporix tenant name. Note: The tenant should always be written in lowercase.

fileIdstringRequired

SEPA Export file unique identifier.

Responses
200

SEPA export file.

text/plain
Responsestring · binary
get
/sepa-export/{tenant}/files/{fileId}
GET /sepa-export/{tenant}/files/{fileId} HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binary

Last updated

Was this helpful?