Target Company API
The Target Company Master API provides complete CRUD operations for managing strategic companies your team wants to target.These APIs allow you to list, search, create, update, and delete target companies while enforcing JWT authentication and RBAC-based permissions.API Summary Table
Endpoints Overview
| Method | Endpoint | Purpose | Permission |
|---|---|---|---|
| GET | /api/companies | Get all target companies | target_company:read |
| POST | /api/companies | Create new company | target_company:create |
| GET | /api/companies/:id | Get single company | target_company:read |
| PUT | /api/companies/:id | Update company | target_company:update |
| DELETE | /api/companies/:id | Delete company | target_company:delete |