Authorization
All API requests require the use of a generated API key. You can find your API key, or generate a new one, by navigating to the /settings endpoint, or clicking the “Settings” sidebar item.
When making requests, simply append the:
| api_key=[API_KEY] |
|---|
as a GET parameter to authorize yourself to the API.
| GET /api/campaigns/?api_key=12345678901234567890123456789012 |
|---|
| Parameter | Type | Description |
|---|---|---|
| api_key | string | Required. Your PhishWare API key |