Build powerful integrations with EnfluencePays API. Access creator data, manage campaigns, and automate your influencer marketing workflows with our comprehensive REST API.
Get up and running with the EnfluencePays API in minutes
Secure your API requests with OAuth 2.0 or API keys
curl -H "Authorization: Bearer YOUR_API_KEY"
Fetch creator profiles and campaign data
GET /api/v1/creators
Integrate with webhooks and real-time data
POST /api/v1/webhooks
Comprehensive endpoints for all your influencer marketing needs
Access creator profiles, analytics, and social media data
/api/v1/creators
/api/v1/creators/{id}
/api/v1/creators/search
Manage campaigns, track performance, and handle payments
/api/v1/campaigns
/api/v1/campaigns
/api/v1/campaigns/{id}
Real-time analytics, performance metrics, and reporting
/api/v1/analytics/campaigns
/api/v1/analytics/creators
/api/v1/analytics/reports
Real-time notifications for campaign updates and events
/api/v1/webhooks
/api/v1/webhooks
/api/v1/webhooks/{id}
Ready-to-use code snippets in multiple programming languages
Fetch creator data using our REST API
const response = await fetch('https://api.enfluencepays.com/v1/creators', { headers: { 'Authorization': 'Bearer YOUR_API_KEY', 'Content-Type': 'application/json' } }); const creators = await response.json(); console.log(creators);
Search for creators with specific criteria
import requests headers = { 'Authorization': 'Bearer YOUR_API_KEY', 'Content-Type': 'application/json' } data = { 'platform': 'instagram', 'followers_min': 10000, 'category': 'lifestyle' } response = requests.post( 'https://api.enfluencepays.com/v1/creators/search', headers=headers, json=data ) creators = response.json() print(creators)
Create a new campaign programmatically
<?php $curl = curl_init(); curl_setopt_array($curl, [ CURLOPT_URL => 'https://api.enfluencepays.com/v1/campaigns', CURLOPT_RETURNTRANSFER => true, CURLOPT_POST => true, CURLOPT_HTTPHEADER => [ 'Authorization: Bearer YOUR_API_KEY', 'Content-Type: application/json' ], CURLOPT_POSTFIELDS => json_encode([ 'title' => 'Summer Campaign 2024', 'budget' => 5000, 'platform' => 'instagram' ]) ]); $response = curl_exec($curl); curl_close($curl); $campaign = json_decode($response, true); print_r($campaign); ?>
Get campaign analytics and performance metrics
curl -X GET \ 'https://api.enfluencepays.com/v1/analytics/campaigns/123' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json'
Everything you need to build powerful integrations
OAuth 2.0 and API key authentication with rate limiting and security monitoring
Live creator metrics, campaign performance, and instant webhook notifications
99.9% uptime SLA with global CDN and enterprise-grade infrastructure
RESTful design, comprehensive docs, and SDKs for popular languages
Detailed profiles, audience insights, and performance analytics for millions of creators
Interactive API explorer, code examples, and detailed guides for every endpoint
Flexible pricing plans for teams of all sizes
Perfect for small teams and startups
For growing businesses and agencies
For large organizations with custom needs
Join thousands of developers building the future of influencer marketing with our API