Endpoint summary for the Supplier API. For full request / response schemas, query
parameters, error codes, and rate limits, see the OpenAPI / Swagger specification linked
from
Supplier API Overview.
Engagements
| Method | Path | Description |
| GET | /v1/engagements | List engagements associated with the supplier. |
| GET | /v1/engagements/{id} | Retrieve engagement detail. |
Billing
| Method | Path | Description |
| GET | /v1/billing-items | List billing items. |
| GET | /v1/billing-items/{id} | Retrieve billing item detail. |
| GET | /v1/invoices/{id} | Retrieve invoice detail. |
Workers
| Method | Path | Description |
| POST | /v1/workers | Create a worker profile. |
| PATCH | /v1/workers/{id} | Update a worker profile. |
Timecards
| Method | Path | Description |
| POST | /v1/timecards | Create a timecard. |
| PATCH | /v1/timecards/{id} | Update a timecard. |
Candidate Pre-Submittal Insights
| Method | Path | Description |
| POST | /v1/candidates/insights | Submit candidate resume + target requisition; receive Maggi score and match analysis. |