PUBLIC API · DRAFT V1

Workforce infrastructure,
ready to integrate.

One stable API for people, time off, expenses, billing, and global reference data—designed for secure partner integrations.

OAuth 2.0JSON resourcesVersioned contracts
AUTH · CLIENT CREDENTIALScURL
curl --request POST \
  --url https://api.sandbox.remotedesk.com/public-api/v1/oauth2/token \
  --user "$ACCESS_ID:$ACCESS_KEY" \
  --header 'content-type: application/x-www-form-urlencoded' \
  --data grant_type=client_credentials
200 OK
{
  "access_token": "eyJhbGciOi...",
  "token_type": "Bearer",
  "expires_in": 300
}

Designed for reliable workforce integrations

Scoped accessIdempotent writesAudit-ready
PUBLIC API RESOURCES

Everything your workforce systems need.

Public contracts stay stable while RemoteDesk services evolve behind them.

ONE CONTRACT · CLEAR OWNERSHIP

Internal services evolve.
Your integration stays stable.

INTERNAL ROUTES

Service-shaped integration

Different prefixes, auth models, payloads, and release cycles.

/employee/api/v1/leave/v1/billing/v1
THE REMOTEDESK WAY

One public contract

Stable resources with consistent pagination, scopes, errors, and request IDs.

/public-api/v1/people/public-api/v1/time-off/public-api/v1/invoices
Read the API principles
DEVELOPER PREVIEW

Start with the sandbox.

The v1 contract is being shaped now. Use the preview reference to review resources and integration patterns.

Read the quickstart