API
Widged provides an API that allows you to access and use your data within your own applications. The API is primarily designed for data export and integration into ETL pipelines.
It follows the JSON API specification and uses Bearer
token authentication.
API usage is free of charge, not metered, and not subject to quota limits. However, rate limiting rules apply.
Currently we have officical API clients for:
- TypeScript - @widged.io/api-client-ts
You can also download Postman Collection here. What is it?