- Get a
sourceId - Create a source API key
- Call runtime endpoints with
x-api-key
1. Get your sourceId
In the Synthbrew app, open your source and copy its ID.
Your runtime endpoint base is:
2. Create a source API key
Create a key from the source API keys UI or via the app API. Keep the returned key safe. It is shown only once.3. Call runtime endpoints
Usex-api-key on every request.
Querying list endpoints
GET /runtime/{sourceId}/{table} supports:
limit,offsetfields=id,name,statussort=created_at:descfilters.status.$eq=paidfilters.total.$gte=50populate=customer_idpopulate.customer_id.fields=id,name