Home
API Catalog
About
Back to System
Blazedesk CRM API
1.0.0
OAS 3.0
Servers
https://api.blazedesk.com/v1
Authorize
Deals
GET
/deals
List Deals
POST
/deals
Create Deal
GET
/deals
/{dealId}
Get Deal
PUT
/deals
/{dealId}
Update Deal
DELETE
/deals
/{dealId}
Delete Deal
Tasks
GET
/tasks
List Tasks
POST
/tasks
Create Task
GET
/tasks
/{taskId}
Get Task
PUT
/tasks
/{taskId}
Update Task
DELETE
/tasks
/{taskId}
Delete Task
Users
GET
/users
List Users
POST
/users
Create User
GET
/users
/{userId}
Get User
PUT
/users
/{userId}
Update User
DELETE
/users
/{userId}
Delete User
Contacts
GET
/contacts
List Contacts
POST
/contacts
Create Contact
GET
/contacts
/{contactId}
Get Contact
PUT
/contacts
/{contactId}
Update Contact
DELETE
/contacts
/{contactId}
Delete Contact
Invoices
GET
/invoices
List Invoices
POST
/invoices
Create Invoice
GET
/invoices
/{invoiceId}
Get Invoice
PUT
/invoices
/{invoiceId}
Update Invoice
DELETE
/invoices
/{invoiceId}
Delete Invoice
Products
GET
/products
List Products
POST
/products
Create Product
GET
/products
/{productId}
Get Product
PUT
/products
/{productId}
Update Product
DELETE
/products
/{productId}
Delete Product
Companies
GET
/companies
List Companies
POST
/companies
Create Company
GET
/companies
/{companyId}
Get Company
PUT
/companies
/{companyId}
Update Company
DELETE
/companies
/{companyId}
Delete Company
Admin
GET
/admin
/roles
List Roles
POST
/admin
/roles
Create Role
GET
/admin
/teams
List Teams
POST
/admin
/teams
Create Team
GET
/admin
/audit-logs
List Audit Logs
GET
/admin
/roles
/{roleId}
Get Role
PUT
/admin
/roles
/{roleId}
Update Role
DELETE
/admin
/roles
/{roleId}
Delete Role
GET
/admin
/teams
/{teamId}
Get Team
POST
/admin
/teams
/{teamId}
/members
Add Team Member
DELETE
/admin
/teams
/{teamId}
/members
/{userId}
Remove Team Member
Notes
GET
/deals
/{dealId}
/notes
List Notes for a Deal
POST
/deals
/{dealId}
/notes
Create Note for a Deal
GET
/contacts
/{contactId}
/notes
List Notes for a Contact
POST
/contacts
/{contactId}
/notes
Create Note for a Contact
Schemas
Id
Deal
Note
Role
Task
Team
User
Error
Company
Contact
Invoice
Product
AuditLog
DealCreate
DealUpdate
NoteCreate
RoleCreate
RoleUpdate
TaskCreate
TaskUpdate
TeamCreate
TeamMember
UserCreate
UserUpdate
CompanyCreate
CompanyUpdate
ContactCreate
ContactUpdate
InvoiceCreate
InvoiceUpdate
ProductCreate
ProductUpdate
TeamMemberCreate