Goal:
Use custom auth with Retool API so we can embed private apps in our other internal sites.
Questions:
- Step #3 of the how-to doc involves a POST to
/api/embed-url/external-user
, are we able to use this endpoint on business plan?- this community forum post seems to indicate that we can (if they are on business plan)
- but this community form post reply says it's restricted to Enterprise plan
- Is a Custom Domain required to hit this endpoint?
- this community forum post says yes, and the response I receive from my cURL request (see below) says that too.
Things I've Tried:
- Used the cURL post request example to try to figure it out, but received this error message:
{"error":true,"message":"You must call this endpoint from a custom domain"}
- Looked at the API docs to see if I'm using the endpoint correctly, but I can't find the
/api/embed-url/external-user
endpoint in the OpenAPI spec.
Details:
We're on Retool cloud business plan