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
Bodyapplication/jsonrequired
Custom identifier provided upon user creation. Can be provided with or without user_email. If user_email is omitted, however, this field must uniquely identify a user. An error will be returned if multiple users hold the same external_id.
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/magic_links
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/magic_links
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.onboarded.com/_mock/openapi/api/v1/magic_links \
-H 'Content-Type: application/json' \
-b __session=YOUR_API_KEY_HERE \
-d '{
"user_email": "user@example.com",
"user_external_id": "string",
"expire_in": 1,
"redirect_path": "string"
}'Response
application/json
{ "url": "string", "expire_at": "string", "redirect_path_deprecation_deadline": "2019-08-24T14:15:22Z", "redirect_path_deprecation_note": "string" }