Speedtests
Operations to run speedtests. Requires an API token with scope speedtests:run
.
Query parameters
server_idintegerOptional
Optional Ookla speedtest server ID
Responses
201
Created
application/json
401
Unauthenticated
application/json
403
Forbidden
application/json
422
Validation error
application/json
post
POST /api/v1/speedtests/run HTTP/1.1
Host:
Accept: */*
{
"data": {
"id": 1,
"service": "text",
"ping": 1,
"download": 1,
"upload": 1,
"benchmarks": {},
"healthy": true,
"status": "text",
"scheduled": true,
"comments": "text",
"data": {
"server": {
"id": 1
}
},
"created_at": "2025-07-03T18:44:55.333Z",
"updated_at": "2025-07-03T18:44:55.333Z"
},
"message": "text"
}