Hi,
I am trying to retrieve Deal Split using the ‘objects/deals/splits/batch/read API’. I successfully call every deals API and retrieve each deal. However, for this one, I get a 405 - Not Allowed response.
Is there a specific authorization required to call this API?
Hey, @GBoivin
Can you share a simple example from either the on-page example from the Deals API docs or by using Postman, please? I’d like to set up a quick test and reproduce the issue, so I can investigate it more.
Best,
Jaycee
Hey @GBoivin - Have you referred to our Postman workspace? Here, you can fork the Deal Splits API Postman collection into your own Postman workspace to begin testing API calls.
Deal Splits API: Postman
Create Postman account: Download Postman | Get Started for Free
- Fork the Deal Splits API Collection
- Follow the prompts to import it into your own Postman workspace
- Set up authorization and get testing!
Let us know if you’re still receiving a 405 after this.
Hi,
I used the on-page example from the Deals API documentation and finally found the issue. It was a missing scope.
I don’t understand why Postman gave me a 405 - Not Allowed response with no details, while the on-page example provided the correct “missing scope” error. However, it’s fixed for me now. 
Thanks for your help.
Hey, @GBoivin Thanks for taking the time to come back and let us know you got it resolved
— Jaycee