Income

All API Operations related with Income

READ Scope

List all incomes

post

Retrieves all the incomes that match with provided filters

Authorizations
AuthorizationstringRequired

API Key Authentication

Body
Responses
chevron-right
200

OK

application/json
post
/v1/list-incomes
200

OK

Get an Income by ID

get

Retrieves an income by its unique UID or user-generated Invoice ID

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstringRequired
Responses
chevron-right
200

OK

application/json
get
/v1/income/{id}
200

OK

WRITE Scope

Create a new Income

post

Creates a new income from scratch

Authorizations
AuthorizationstringRequired

API Key Authentication

Body
Responses
chevron-right
200

OK

application/json
post
/v1/income
200

OK

UPDATE Scope

Update income

put

Updates an existing income

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstring · uuidRequired
Body
Responses
chevron-right
200

OK

application/json
put
/v1/income/{id}
200

OK

Last updated