Skip to main content
POST
/
v1
/
api
/
recruiters
/
set-password
Définir mot de passe
curl --request POST \
  --url http://localhost:3091/v1/api/recruiters/set-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "password": "<string>"
}
'
{
  "success": true,
  "message": "<string>",
  "data": {},
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Body

application/json
token
string
required
password
string
required
Required string length: 8 - 2147483647

Response

200 - */*

OK

success
boolean
message
string
data
object
error
object
timestamp
string<date-time>