Complete guide to using the Perfex CRM REST API
The Perfex CRM API uses JWT (JSON Web Token) authentication. You need to include your API key in the Authorization header of each request.
Include your API key in the Authorization header:
All API endpoints follow the pattern: https://yourdomain.com/api/{resource}
Retrieve all clients
Create a new client
Retrieve all projects
Create a new project
Retrieve all leads
Create a new lead
Retrieve all tickets
Create a new ticket
All API responses are returned in JSON format with the following structure:
Test the API directly in your browser using our interactive playground:
Open API Playground View Swagger UI