Forest API client

The docs say Forest Admin generates CRUD Api out of the box according to the data models we insert, which powers the UI.

I don’t see any documentation how to use these endpoints outside the Forest GUI. Is it exposed externally? And if not, is there a workaround?

Hello @Adam_Goldman,

Indeed, there is no documentation on these endpoints, but they are indeed exposed externally and accessible if you query them with the same protocol.

@GuillaumeGautreau Thanks for the quick reply!

What about authentication? basic auth user:pass will do?

Authentication process is made following the OpenId protocol, and then the agent itself generates a JWT token, signed with its authentication secret (only known by the agent itself).

Can you clarify how this flow would look like?

I want to make an http call to the client, how do I do that?