You can find the API endpoint for your Ragic form or entry by passing api as a query string parameter to specify this is an API request.
https://www.ragic.com/Please Note:/ / / ?v=3&api
https://www.ragic.com/demo/sales/1
Its HTTP API endpoint URL would be:
https://www.ragic.com/demo/sales/1?v=3&api
Or for a single entry in your form, you would include an id (for example record id of 1) to specify an entry:
https://www.ragic.com/demo/sales/1/1
Its corresponding HTTP API endpoint URL is simply:
https://www.ragic.com/demo/sales/1/1?v=3&api