Service-shaped integration
Different prefixes, auth models, payloads, and release cycles.
/employee/api/v1/leave/v1/billing/v1One stable API for people, time off, expenses, billing, and global reference data—designed for secure partner integrations.

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{
"access_token": "eyJhbGciOi...",
"token_type": "Bearer",
"expires_in": 300
}Designed for reliable workforce integrations
Public contracts stay stable while RemoteDesk services evolve behind them.
Company profiles, legal entities, and integration users.
3 preview endpointsEmployees, contractors, employment status, and profiles.
3 preview endpointsBalances, policies, requests, and approval status.
3 preview endpointsExpense reports, line items, receipts, and statuses.
3 preview endpointsInvoices, payroll charges, payment status, and documents.
3 preview endpointsCountries, currencies, holidays, and reference catalogs.
3 preview endpointsDifferent prefixes, auth models, payloads, and release cycles.
/employee/api/v1/leave/v1/billing/v1Stable resources with consistent pagination, scopes, errors, and request IDs.
/public-api/v1/people/public-api/v1/time-off/public-api/v1/invoicesThe v1 contract is being shaped now. Use the preview reference to review resources and integration patterns.