Documentation de l'API REST Solafide

Créez des intégrations puissantes avec notre API REST complète. Accédez à toutes les fonctionnalités ERP par programmation et automatisez vos flux de travail professionnels.

Guide de démarrage rapide

Soyez opérationnel avec l'API Solafide en quelques minutes

1

Generate a Personal Access Token

API access is available on Professional and Business plans and above. Sign in to your account and generate a Personal Access Token from your subscription settings.

Authorization: Bearer YOUR_TOKEN
2

Faites votre première demande

The API is entity-scoped — most endpoints operate on a specific company/entity you belong to.

curl -H "Authorization: Bearer YOUR_TOKEN" \ https://app.solafideonline.com/api/v1/entities/<entity-slug>/invoices/
3

Explore the Live Reference

The full, always-current endpoint reference is generated directly from the API and served as interactive Swagger docs.

Open Swagger Docs →

Capacités API

Accédez à toutes les fonctionnalités de Solafide via notre API REST complète

Sales & Purchasing

Invoices, estimates, bills, and purchase orders, scoped to your entity

Inventory & Warehousing

Items, stock transactions, and warehouse operations

RH et Paie

Employee records, plus a dedicated payroll sub-router

Webhooks

Inbound payment-provider webhooks and event notifications

Points de terminaison de l'API

Liste complète des points de terminaison d'API disponibles

Factures

/api/v1/entities/{slug}/invoices/

Create, read, and update invoices for a given entity

HRM & Employees

/api/v1/entities/{slug}/hrm/employees/

List and retrieve employee records

Paie

/api/v1/payroll/

Dedicated payroll sub-router for run and payslip data

Payment Webhooks

/api/v1/webhooks/payments/{provider}/

Receive inbound payment provider events

This is a representative sample, not the full surface. The complete, always-current endpoint list is generated from the API itself.

Authentification

Secure API access using Personal Access Tokens

Personal Access Token Authentication

API access is included on Professional and Business plans and above. Generate a Personal Access Token from your subscription settings and include it as a Bearer token in the Authorization header:

Authorization: Bearer YOUR_PERSONAL_ACCESS_TOKEN

Rate limits scale with your subscription plan. If you're already signed in to the app, requests can also authenticate using your existing session.

Prêt à intégrer ?

Obtenez un accès à l'API et commencez à créer de puissantes intégrations avec Solafide