Public API for Customers, Partners, and Integrations
Onboarded Public API (0.0.1)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.onboarded.com/_mock/openapi
Onboarded Production Server
https://app.onboarded.com
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/components/create_url
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/components/create_url
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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
}
}'Response
application/json
{ "component": "employees/list", "redirect_url": "string", "code": "string" }