This documentation is broken down into a quickstart example and flow guides. The quickstart example is a copy-able working implementation of the DAF as a Service API, while the flow guides provide a more in-depth look at the API, its features, and how to use them.Documentation Index
Fetch the complete documentation index at: https://docs.endaoment.org/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin
Make sure to reach out to the Endaoment team to get your OAuth Credentials, which will allow you to log users into Endaoment from your application. You can do so by opening a ticket here.Environments
Endaoment provides three environments for integration development and testing:| Environment | Auth URL | API URL |
|---|---|---|
| Dev | https://auth.dev.endaoment.org/ | https://api.dev.endaoment.org/ |
| Staging | https://auth.staging.endaoment.org/ | https://api.staging.endaoment.org/ |
| Production | https://auth.endaoment.org/ | https://api.endaoment.org/ |
Working Code Sample
You can find the quickstart example
here,
frontend and backend folders each have their own README with instructions
on how to run the application.