curl --request POST \
--url https://sgjm-api.vohoangphuc.com/v1/search-profile \
--header 'Content-Type: application/json' \
--cookie auth_token= \
--data '
{
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"salaryMin": 1,
"salaryMax": 1,
"highestDegree": "BACHELOR",
"employmentTypes": [
"FULL_TIME"
],
"country": "<string>",
"skillTagIds": [
123
]
}
'{
"success": true,
"message": "<string>",
"data": {
"profileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"salaryMin": 123,
"salaryMax": 123,
"highestDegree": "<string>",
"employmentTypes": [
"<string>"
],
"country": "<string>",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"skillTagIds": [
123
]
}
}Creates a new search profile for applicant discovery. Premium feature.
curl --request POST \
--url https://sgjm-api.vohoangphuc.com/v1/search-profile \
--header 'Content-Type: application/json' \
--cookie auth_token= \
--data '
{
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"salaryMin": 1,
"salaryMax": 1,
"highestDegree": "BACHELOR",
"employmentTypes": [
"FULL_TIME"
],
"country": "<string>",
"skillTagIds": [
123
]
}
'{
"success": true,
"message": "<string>",
"data": {
"profileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"salaryMin": 123,
"salaryMax": 123,
"highestDegree": "<string>",
"employmentTypes": [
"<string>"
],
"country": "<string>",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"skillTagIds": [
123
]
}
}JWE token stored in HttpOnly cookie
Company ID that owns this search profile
Minimum salary range
x >= 0Maximum salary range
x >= 0Highest education degree required
BACHELOR, MASTER, DOCTORATE 5FULL_TIME, PART_TIME, FRESHER, INTERNSHIP, CONTRACT Country for the search
List of skill tag IDs for technical background filtering