API keys allow you to integrate iSpy Bot checks into your systems via REST API. Key management is available directly in the bot.
API is available only to users with the ULTIMATE category. To obtain the category, contact the administrator @ninja_unlocker.
How to Get an API Key
01
Make sure your category is ULTIMATE
02
Open "👤 My profile" → "🔑 Keys & Integrations"
03
Select "REST API Keys"
04
Click "Create key" and set a name
05
Copy the key - it is shown only once upon creation
Save the key immediately after creation. Afterwards, only its beginning (prefix) is displayed. If the key is lost, create a new one or regenerate the existing one.
Limits
| Parameter | Value |
|---|
| REST API keys | Up to 10 per account |
| Key format | sk_live_xxx |
| Authorization | X-API-Key header |
Key Management
In the "🔑 Keys & Integrations" section, the following actions are available for each key:
| Action | Description |
|---|
| View details | Name, creation date, last used, status |
| Rename | Change the key name for convenience |
| Regenerate | Create a new key replacing the current one (the old key stops working) |
| Webhook URL | Specify a URL to receive results via webhook |
| Delete | Delete the key permanently |
Quick Start
| Parameter | Value |
|---|
| Base URL | https://api.ispy.services/api/v1 |
| Header | X-API-Key: sk_live_your_key |
| Data format | JSON |
| Documentation | https://api.ispy.services |