Ask, reply and learn. Join the community of Akaunting.
I'd like to access "/api/documents" route, but am getting a 403 Error: "User does not have any of the necessary access rights." even though I'm using the correct Basic Auth Headers as described in your docs.
What am I doing wrong?
Adding /{id}?company_id=1&search=type:customer resolved the issue. Not documented anywhere, found out about this after a lot of digging :)
Hello,
For contacts, documents, and transactions you should put the type into the search string:
api/documents?search=type:invoice
Regards
Ah, I guess the type:invoice makes more sense. Thanks!
Showing 1 to 4 of 4 discussions