Monitoring

Get Monitored Profiles

get

Retrieve all active profiles under monitoring with tweet detection counts.

Authorizations
X-API-KeystringRequired

Your unique API Key for authentication

Responses
200

List of monitored profiles with statistics

No content

get
/api/Monitoring/profiles
200

List of monitored profiles with statistics

No content

Add Profile to Monitoring

post

Start monitoring a Twitter profile in real-time. New tweets are detected instantly and sent via WebSocket notifications.

Authorizations
X-API-KeystringRequired

Your unique API Key for authentication

Body
handlestring | nullableOptional
userIdstring | nullableOptional
Responses
200

Profile successfully added to monitoring

No content

post
/api/Monitoring/profiles
200

Profile successfully added to monitoring

No content

Remove Profile from Monitoring

delete

Stop monitoring a profile immediately. Historical tweet data is preserved but no new tweets will be detected.

Authorizations
X-API-KeystringRequired

Your unique API Key for authentication

Path parameters
idinteger · int32Required
Responses
200

Profile successfully removed from monitoring

No content

delete
/api/Monitoring/profiles/{id}
200

Profile successfully removed from monitoring

No content

GET /api/monitoring/quota - Verificar uso de cuota

get
Authorizations
X-API-KeystringRequired

Your unique API Key for authentication

Responses
200

OK

No content

get
/api/Monitoring/quota
200

OK

No content

Last updated