Plans & Pricing Help API Docs SendGrid Labs
Menu

API Docs

POST /v2/apps

Register a new app:

curl -X POST https://api.loader.io/v2/apps \
     -H 'loaderio-auth: API_KEY' \
     -d app=www.gonnacrushya.com

Example response:

{
    "app_id": "98e9b2f9ccc6de07ca5997413861425a",
    "message": "success",
    "verification_id": "loaderio-98e9b2f9ccc6de07ca5997413861425a"
}