Authentication
Details about authenticating your calls with Midlane
Last updated
Details about authenticating your calls with Midlane
Last updated
Authorization: Bearer MIDLANE_API_KEYcurl -X POST "https://app.midlane.com/api/public/candidates" \
-H "Authorization: Bearer $MIDLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]",
"mobilePhoneNumber": "+4916012345678",
"firstName": "Thomas",
"lastName": "Mueller"
}'