Factuarea API

profile_not_found

The `X-Active-Profile` header names a company that does not exist or does not belong to the accounting-firm tree of the authenticated key. Both cases answer the same so that the API never reveals companies of other tenants.

CodeTypeHTTPCategory
profile_not_foundnot_found_error404Request

Cause

The X-Active-Profile header names a company that does not exist or does not belong to the accounting-firm tree of the authenticated key. Both cases answer the same so that the API never reveals companies of other tenants.

What to do

Send the id of one of the managed companies listed by GET /v1/companies, or drop the header to operate on your own company.

On this page