cURL
curl --request POST \ --url https://api.bindbee.dev/api/embedded/v1/link/create-link-token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "end_user_data": { "org_name": "<string>", "origin_id": "<string>", "email": "my_email@gmail.com" }, "category": "HRIS", "integration": "<string>" } '
{ "link_token": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
End user data
Show child attributes
Categories which will be shown in unify link
HRIS
ATS
CUSTOM
LMS
"HRIS"
Integration slug of the integration
"bamboohr"
Successful Response
Link token to be used for generating unify link
"KJDXZk8zC8Tdr-suQCy7zkALZVLjhKXyMd83leqheEGQpBx_evXrHA"
Was this page helpful?