Documentation
Integrate HelloSocials into your tools
REST API, webhooks, integration guides and full developer reference.
Example — create a post
curl -X POST https://api.hellosocials.fr/v1/posts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": "Hello from HelloSocials! 🚀",
"networks": ["instagram", "linkedin"],
"scheduled_at": "2025-03-01T09:00:00Z"
}'Guides & reference
Quick start
Connect your first social network and schedule your first post in under 5 minutes.
- Create an account
- Connect Instagram / LinkedIn
- Schedule your first post
- Understanding the dashboard
API authentication
Generate and manage your API keys to integrate HelloSocials into your tools.
- Generate an API key
- Bearer Token authentication
- Key rotation
- Permissions and scopes
Social networks
OAuth connection guide for each supported network and token management.
- Connect Instagram
- Connect LinkedIn
- Connect Twitter / X
- Connect Pinterest
Posts
Create, schedule and manage your posts via the HelloSocials REST API.
- Create a post
- Scheduling settings
- Media upload
- Statuses and errors
Webhooks
Receive real-time events on your endpoint when posts are published.
- Configure a webhook
- Available events
- Signature verification
- Automatic retry
API reference
Full documentation of all REST endpoints, parameters and responses.
- POST /posts
- GET /posts/{id}
- DELETE /posts/{id}
- GET /analytics
Interactive OpenAPI documentation
Explore and test all endpoints directly in your browser via our Swagger interface. Authenticate with your API key to make real requests.
Coming soon
Need help?
Our team is available to help you integrate HelloSocials.
Developer contact: contact@hello-socials.com