Components APIs
Onboarded API (0.0.1)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.onboarded.com/_mock/openapi/
https://app.onboarded.com/
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/magic_links
- https://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 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"user_email": "user@example.com",
"expire_in": 1,
"redirect_path": "/dashboard"
}'200
Set when requested redirect_path has been deprecated. Onboarded dashboard paths may change over time as we improve the product and user experience. Customers relying on redirect_path should monitor this field and alert whenever this date is returned. The redirect_path may stop working when the deadline is reached. Please note this field is set based on Onboarded internal changelog. It thus only reports when a redirect path is recently deprecated. Paths that are never valid or have been invalid for more than 1 month may not be reported. Therefore, please always test your redirect paths before going live and address any deprecated redirect paths promptly.
Response
application/json
{ "url": "http://example.com", "expire_at": "2019-08-24T14:15:22Z", "redirect_path_deprecation_deadline": "2019-08-24T14:15:22Z", "redirect_path_deprecation_note": "string" }