get https://gateway.remote.com/v1/resignations/
Shows the details of a resignation with status submitted
.
Log in to see full request history
Responses
Callback
Shows the details of a resignation with status submitted
.
xxxxxxxxxx
curl --request GET \
--url https://gateway.remote.com/v1/resignations/offboarding_request_id \
--header 'accept: application/json'
xxxxxxxxxx
19{
"data": {
"resignation": {
"contract_currency_code": "USD",
"contract_job_title": "Developer",
"contract_proabtion_period_passed": true,
"contract_probation_period_end_date": "2021-06-15",
"contract_start_date": "2021-03-15",
"days_of_notice": 31,
"paid_timeoffs_breakdown_labels": [
"Used until today: 60 days",
"Waiting for approval: 0 days"
],
"proposed_last_day": "2024-04-12",
"resignation_date": "2024-03-12",
"resignation_reason_label": "Retirement"
}
}
}