Skip to main content
GET
Get e-invoicing settings

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Response

Returns the e-invoicing settings.

sending_status
enum<string>
required

The status of e-invoicing sending for the organization

Available options:
enabled,
disabled
Example:

"enabled"

receiving_status
enum<string>
required

The status of e-invoicing receiving for the organization

Available options:
enabled,
disabled,
pending_creation,
pending_deletion
Example:

"enabled"