Generated from:
Create a POST request to the PlanetScale API to execute a SQL query
URL
https://api.planetscale.com/v1/databases/{{DATABASE_ID}}/sql
Headers
| Authorization | Bearer {{PLANETSCALE_TOKEN}} |
|---|---|
| Content-Type | application/json |
Body
{"statement":"SELECT * FROM {{TABLE_NAME}};"}
This request was generated from:
Create a POST request to the PlanetScale API to execute a SQL query
Generate your own →Type any API. Get a production-ready request. No login required.