Access invoice custom modules data from API
Hi, I am using- $url = "https://www.zohoapis.eu/invoice/v3/invoices";
- $opts = ["http" => [method" => "GET",header" => [
- "Authorization: Zoho-oauthtoken $accessToken",
- "X-com-zoho-invoice-organizationid: $orgId" ] ] ];
From my app to retrieve the invoices, which work OK, but now I also need to retrieve cm_payment_registry custom module (this name works inside of deluge)
How can I access this from API?
All the following one just answer with 401 error: