Target Hosts / Applications
In loader.io, an target host, or application, is the domain, subdomain, or IP address you will be testing. For example, if you want to run tests against both "gonnacrushya.com" and "www.gonnacrushya.com", you need to register and verify both domains as apps in loader.io.
Method | URL | Action | Parameters |
---|---|---|---|
GET | /v2/apps |
List registered applications | |
POST | /v2/apps |
Register new application | app |
GET | /v2/apps/{app_id} |
Get specific app info | |
POST | /v2/apps/{app_id}/verify |
Verify an app | method |
DELETE | /v2/apps/{app_id} |
Delete an app |