Public API for Customers, Partners, and Integrations
Onboarded Public API (0.0.1)
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/employers
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/employers
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.onboarded.com/_mock/openapi/api/v1/employers?page=string&per_page=string&custom_attributes=string' \
-b __session=YOUR_API_KEY_HERE{ "data": [ { … } ], "total": 0, "current_page": 0, "per_page": 0, "total_pages": 0 }
Legal entity structure of the employer
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/employers
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/employers
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.onboarded.com/_mock/openapi/api/v1/employers \
-H 'Content-Type: application/json' \
-b __session=YOUR_API_KEY_HERE \
-d '{
"name": "string",
"ein": "string",
"dba_name": "string",
"phone": "string",
"employee_count": 0,
"entity_structure": "sole_proprietorship",
"naics_code": "string",
"address": {
"street": "123 Main St",
"secondary": "Suite 100",
"city": "San Francisco",
"state": "CA",
"zip": "94102",
"country": "US",
"full_address": "123 Main St, San Francisco, CA 94102"
},
"custom_attributes": {
"property1": null,
"property2": null
},
"active_theme_id": "string",
"property1": null,
"property2": null
}'An employer with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base employer schema.
Legal entity structure of the employer
Record of custom attribute values keyed by string path.
{ "id": "er_abc123def456", "name": "string", "ein": "string", "dba_name": "string", "phone": "string", "employee_count": 0, "entity_structure": "sole_proprietorship", "naics_code": "string", "address": { "street": "123 Main St", "secondary": "Suite 100", "city": "San Francisco", "state": "CA", "zip": "94102", "country": "US", "full_address": "123 Main St, San Francisco, CA 94102" }, "custom_attributes": { "property1": null, "property2": null }, "active_theme_id": "string", "created_at": "string", "updated_at": "string", "property1": null, "property2": null }
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/employers/{employer_id}
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/employers/{employer_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.onboarded.com/_mock/openapi/api/v1/employers/{employer_id}' \
-b __session=YOUR_API_KEY_HEREAn employer with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base employer schema.
Legal entity structure of the employer
Record of custom attribute values keyed by string path.
{ "id": "er_abc123def456", "name": "string", "ein": "string", "dba_name": "string", "phone": "string", "employee_count": 0, "entity_structure": "sole_proprietorship", "naics_code": "string", "address": { "street": "123 Main St", "secondary": "Suite 100", "city": "San Francisco", "state": "CA", "zip": "94102", "country": "US", "full_address": "123 Main St, San Francisco, CA 94102" }, "custom_attributes": { "property1": null, "property2": null }, "active_theme_id": "string", "created_at": "string", "updated_at": "string", "property1": null, "property2": null }
Legal entity structure of the employer
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/employers/{employer_id}
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/employers/{employer_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.onboarded.com/_mock/openapi/api/v1/employers/{employer_id}' \
-H 'Content-Type: application/json' \
-b __session=YOUR_API_KEY_HERE \
-d '{
"name": "string",
"ein": "string",
"dba_name": "string",
"phone": "string",
"employee_count": 0,
"entity_structure": "sole_proprietorship",
"naics_code": "string",
"address": {
"street": "123 Main St",
"secondary": "Suite 100",
"city": "San Francisco",
"state": "CA",
"zip": "94102",
"country": "US",
"full_address": "123 Main St, San Francisco, CA 94102"
},
"custom_attributes": {
"property1": null,
"property2": null
},
"active_theme_id": "string",
"property1": null,
"property2": null
}'An employer with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base employer schema.
Legal entity structure of the employer
Record of custom attribute values keyed by string path.
{ "id": "er_abc123def456", "name": "string", "ein": "string", "dba_name": "string", "phone": "string", "employee_count": 0, "entity_structure": "sole_proprietorship", "naics_code": "string", "address": { "street": "123 Main St", "secondary": "Suite 100", "city": "San Francisco", "state": "CA", "zip": "94102", "country": "US", "full_address": "123 Main St, San Francisco, CA 94102" }, "custom_attributes": { "property1": null, "property2": null }, "active_theme_id": "string", "created_at": "string", "updated_at": "string", "property1": null, "property2": null }
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/employers/{employer_id}
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/employers/{employer_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.onboarded.com/_mock/openapi/api/v1/employers/{employer_id}' \
-b __session=YOUR_API_KEY_HEREAn employer with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base employer schema.
Legal entity structure of the employer
Record of custom attribute values keyed by string path.
{ "id": "er_abc123def456", "name": "string", "ein": "string", "dba_name": "string", "phone": "string", "employee_count": 0, "entity_structure": "sole_proprietorship", "naics_code": "string", "address": { "street": "123 Main St", "secondary": "Suite 100", "city": "San Francisco", "state": "CA", "zip": "94102", "country": "US", "full_address": "123 Main St, San Francisco, CA 94102" }, "custom_attributes": { "property1": null, "property2": null }, "active_theme_id": "string", "created_at": "string", "updated_at": "string", "property1": null, "property2": null }