twitterapiio) plugin.
Authentication Method
The TwitterAPI.io plugin uses API key authentication.api_key(default) — API key for the twitterapi.io service
API Key
Step 1: Create an Account and Key
- Sign up or log in at twitterapi.io (or the provider’s current console URL).
- Open Dashboard / API Keys / Credentials.
- Generate a new API key and copy it.
Webhook Secret
If you enable webhooks from TwitterAPI.io to your application, configure the signing secret the service provides for verifying requests (for example headers such asx-twitterapiio-signature).
Storing credentials:
Required Credentials Summary
| Credential | Required for | Where to find |
|---|---|---|
| API key | api_key auth | TwitterAPI.io dashboard |
| Webhook secret | Webhooks (if used) | Webhook / subscription settings |