Skip to main content
POST
Approve a single pending import
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json
accountingPeriod
string
required

Confirmed accounting period in YYYY-MM format

Example:

"2024-01"

Response

File approved successfully

success
boolean
data
object