Files
Authorizations
Path parameters
tenantstringRequired
Your Emporix tenant's name.
Note: The tenant
should always be written in lowercase.
fileIdstringRequired
Sepa Export file's unique identifier.
Responses
200
Sepa Export file
text/plain
Responsestring · binary
401
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
application/json
403
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
application/json
404
Given resource does not exist.
application/json
get
GET /sepa-export/{tenant}/files/{fileId} HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binary
Was this helpful?