put https://api.paradox.ai/api/v1/public/candidate/attributes/
Replace all existing attributes with whatever is sent in the payload
Log in to see full request history
Responses
Replace all existing attributes with whatever is sent in the payload
xxxxxxxxxx
10curl --request PUT \
--url https://api.paradox.ai/api/v1/public/candidate/attributes/OID \
--header 'Authorization: Bearer <oauth_token>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"candidate_journey_status": "<stage name>: <status name>"
}
'
Try It!
to start a request and see the response here! Or choose an example: