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": { "email": "my_email@gmail.com", "org_name": "Kunal Organization", "origin_id": "2kh3ub45" }, "category": "HRIS", "integration": "bamboohr" }'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any