/
SP
speedcurve
/
speedcurve-api
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
get
Get all budgets
get
Get all deploys
post
Add a deploy
get
Get latest deploy
get
Get a deploy
get
Get all notes
post
Add a note
delete
Delete a note
get
Export RUM Data
get
Get all sites
get
Get site details and settings
delete
Delete a site
post
Import settings [DEPRECATED]
get
Export settings
get
Get a test
delete
Delete a test
get
Get all tests
get
Get all URLs
post
Add a URL
get
Get all tests for a URL
delete
Delete a URL
patch
Update a URL
get
Get current account info
get
/accounts/{account_id}/dashboards
get
Get dashboard charts
get
Get all deployments
post
Create a new deployment
delete
Delete deployment
post
/accounts/{account_id}/queries/
get
/accounts/{account_id}/queries/{query_id}/
get
Get all sites
post
Create a site
get
/accounts/{account_id}/sites/{site_id}/
delete
/accounts/{account_id}/sites/{site_id}/
patch
Copy of Create a site
get
Get all snapshots
post
Create a snapshot
Delete a note
delete
/notes/{note_id}
Path parameters
note_id
integer
required
Response
200
object
required
status
string
message
string
Example response
{ "status": "success", "message": "Note deleted." }
Changes