Servisa
Developers

Servisa API

A clean REST API to read and write customers, assets, maintenance plans, visits and invoices, plus webhooks for everything that changes.

Getting started

Authenticate with a bearer token from Settings → API keys. All endpoints are under https://api.servisa.com/v1 and return JSON.

Authenticate
curl https://api.servisa.com/v1/visits \
  -H "Authorization: Bearer $SERVISA_API_KEY"
Create a visit
curl -X POST https://api.servisa.com/v1/visits \
  -H "Authorization: Bearer $SERVISA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "asset_id": "ast_4821",
    "type": "corrective",
    "priority": "high"
  }'

Resources

Customers

Companies, sites and contacts.

Assets

Equipment, serial numbers and warranties.

Work orders

Jobs, checklists, parts and time.

Invoices

Draft, send and reconcile billing.

Webhooks

Subscribe to real-time events.

Contracts

Terms, SLAs and covered assets.

Developer support

Building an integration? Our engineers are happy to help.

developers@servisa.com