--- title: Create Approval Link (/clients/createApprovalLink/:jobId) tags: client --- **URL** : /clients/createApprovalLink/:jobId --- **Header** ``` Authorization : "Bearer <Token>" ``` **Request** ``` { "title" : "Test", "currentRound" : "Test", "step" : -1, "hideContactDetails" : null, "hideUploadedResume" : null, "password" : "abc", "email" : ["sk123@gmail.com"], "candidate" : ["e34286a6-96fc-4113-9896-628309893122"] } ``` **Description** --- **Header** ``` ``` **Response** ``` { "meta": { "code": 200, "message": "Success!", "isError": false }, "data": { "url": "http://localhost:5000/approvallink/f5e2d2d3-eecb-4714-ab36-da5083a654c6" } } ``` **Description**
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up