cURL
curl --request POST \ --url https://app.loadforge.com/api/v2/tests \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "rate": 123, "servers": 123, "users": 123, "host_id": 123, "region": "<string>", "locustfile": "<string>" }'
{ "test_id": 123 }
Create a new test
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Test to create
The body is of type object.
object
Test creation response
The response is of type object.
Was this page helpful?