Skip to content

Onboarded Public API (0.0.1)

Public API for Customers, Partners, and Integrations

Download OpenAPI description
Languages
Servers
Mock server
https://docs.onboarded.com/_mock/openapi
Onboarded Production Server
https://app.onboarded.com
Operations

API for creating embeddable component URLs

Operations

Request

Security
user_session or form_session or component_session or component_token or api_token
Bodyapplication/jsonrequired
Any of:
Any of:
componentstringrequired
Value"employees/list"
filtersobject
optionsobject
curl -i -X POST \
  https://docs.onboarded.com/_mock/openapi/api/v1/components/create_url \
  -H 'Content-Type: application/json' \
  -b __session=YOUR_API_KEY_HERE \
  -d '{
    "component": "employee/tasks",
    "employee_id": "ee_abc123def456",
    "filters": {
      "task_id": "string",
      "employee_id": "string",
      "employer_id": "string",
      "client_id": "string",
      "job_id": "string",
      "form_id": "string",
      "employee_cv_uid": "string",
      "progress": "string",
      "next_action": "string",
      "custom_view_id": "string",
      "assignee": "string",
      "order_by": "string",
      "order_dir": "string",
      "page": "string",
      "per_page": "string"
    },
    "options": {
      "redirect_url_expires_in": 0,
      "session_expires_in": 0
    }
  }'

Responses

Success

Bodyapplication/json
componentstringrequired
Enum"employees/list""everify/cases""employee/tasks"
redirect_urlstringrequired
codestringrequired
Response
application/json
{ "component": "employees/list", "redirect_url": "string", "code": "string" }

API for managing connected organizations and their configuration

Operations

API for managing employees

Operations

API for managing employers

Operations

API for accessing uploaded files

Operations
Operations
Operations
Operations

API for managing placements

Operations
Operations

API for managing custom properties

Operations

Subtask management and file upload API

Operations

API for requesting changes to completed tasks

Operations
Operations
Operations