#Using ingress for add-on APIs

1 messages · Page 1 of 1 (latest)

terse oracle
#

Is there some documentation for accessing add-on API endpoints. In my case I want to access the Grocy APIs, they have API keys, I pass that and a long-lived ha token in postman but it refuses unless I also pass the ingress_session cookie too. I wonder if there is any documentation on doing that or if I just need to expose the Grocy port and call it a day (another thing I am not sure how to do).

solid hull
#

If you go to the Configuration tab for the add-on, the network section should allow you to define the ports to expose.

terse oracle
#

Yeah, so I tried that and it would not work, until I disabled ssl, got it working now.