POST
/
api
/
embedded
/
v1
/
link
/
create-link-token
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>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
end_user_data
object
required

End user data

category
enum<string>
required

Categories which will be shown in unify link

Available options:
HRIS,
ATS
integration
string
required

Integration slug of the integration

Response

200
application/json
Successful Response

The response is of type any.